Added by Calem Bendell about 6 years ago
Hullo everyone,
I set up an OpenProject server using the Docker image, and it's mostly working well.
I've set the hostname under settings, but when I select the OpenProject logo in the navigation bar, it's still routing me to localhost:8080.
How do I fix this?
Thanks!
Replies (5)
There is a fix about this issue?
Thanks
Leandro
I opened a bug; https://community.openproject.com/projects/docker/work_packages/29484/activity
Leandro
Hello, did anyone manage to solve this issue?
I'm using docker with this command
and managed to configure it with nginx and ssl, but whenever i click on OpenProject logo i'm redirected to
https://127.0.0.1:8080/
(my docker local port).This was never solved. I never pushed it because we moved away from OpenProject.
I managed to solve this problem by adding the following clause to my Apache Virtualhost:
ProxyPreserveHost On