Change request url from css,js and so on

Hey,

some info to the setup:
-passbolt is in a docker-container with nginx (b)
-reverse proxy nginx(a) is in a docker-container aswell

the workflow is like this:
client -> myurl/passbolt -> a -> 127.18.0.5:80 -> b

so the base url for passbolt is myurl/passbolt. I set this in the core.php. Passbolt is still trying to acces the css files with myurl/css/… . How can I change this? The links Login and Home are also just myUrl

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.