Skip to content

Reverse proxy not working

Created by: Chris-42

If I set up a reverse proxy on a diffrent machine in front of the docker container on some calls the docker host is direct accessed.

Setup: Client -> Proxy-host(apache:80) -> docker-host:10080

the most of the requests are served well to proxy, but requests to /tree/categories /tree/devices /tree/tools are sent to docker-host:10080.

Expected behavior all requests should use the proxy as host. So please only use relative URLs.