Rewrites broken with reverse proxy

I use the checkmk raw docker image behind a nginx-proxy for https. This setup works in principle, when I enter the correct URL to chekmk https://monitoring.server.tld/cmk/check_mk/. If I go to https://monitoring.server.tld/ I get redirected to https://monitoring.server.tld:5000/cmk/. I assume there is some wrong configuration inside the docker container.
What do I have to change?

This should be handled by your nginx configuration. If someone comes without site name then forward to your site.
I use this also inside my system Apache to forward to the wanted site.

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