Make this work behind https frontend proxy#122
Make this work behind https frontend proxy#122giggls wants to merge 4 commits intowheelybird:next_releasefrom
Conversation
|
Hi. The port Apache listens on shouldn't need to change as it's up to Docker to map the host port to the container port. |
|
The reason I need to map the port away from 80 is because I need to run docker in network=host mode in my use-case. Your oldcookies container does work as far as the login is concerned but the SERVER_PATH stuff needed further patching. To reflect these 3 things we made 3 commits. As I already wrote this is untested with the default SERVER_PATH=/ setting. Regards Sven |
|
Hey @wheelybird For LogIn
Here how LogIn traffic looks like: For GroupsThe same path prefix lost is on attempt to save new Group. Group management page opens fine. But on final step when click on Save button, the prefix /ldap is lost |





Hello,
these changes might close #109. These 3 commits are how we got this to work behind an nginx frontend proxy and have apache listening on a selectable port (not hardcoded to 80).
However, we did not test if it still works without the frontend proxy.
Regards
Sven