Hi,
I set up a Corteza-installation (2021.9.4) behind my own nginx-reverse-proxy, and I’d like to use a URL-path-extention to access Corteza. This means Corteza should be accessed by
https://my.owndomain.de/lcort/
I inserted the following lines to my .env-file:
DOMAIN=my.owndomain.de
HTTP_SSL_TERMINATED=true
HTTP_BASE_URL=lcort
…and almost everything works very well. Corteza ist generating URLs like
https://my.owndomain.de/lcort/auth
https://my.owndomain.de/lcort/compose/namespaces
correctly, I can log in and navigate with mouse-clicks in it.
With one exception:
The six dotted Application-Selector-Icon is pointing to
https://my.owndomain.de/
instead of
https://my.owndomain.de/lcort/
…so every time I click on that icon I’m leaving Corteza.
Is there any other .env-option I missed to configure, or did I really find a bug?!
[As this is my first post here: Many thanks for this really cool project!]
Thanks for the help!
Dirk