Steffen Bleul
Steffen Bleul
You generated config looks outdated. Have you tried updating the image with `docker pull`?
I would still include the custom config.
Maybe I will take a look. Btw. I am running Confluence fine without synchrony proxy. Latest Confluence version runs synchrony fine over path.
This had been reported. See here: https://github.com/blacklabelops/nginx/tree/9dfac912fd4281c4efa7a87a48d5a0f6fbafd66a#important-notice
Same here, does not work at all. Dunno how I tested this.
Reverse proxy now adding the missing slash.
Okay checking static files feature.
I was able to serve static files: ~~~~ docker run -d \ -p 80:80 \ -v $(pwd)/htmltest:/htmltest \ --name nginx \ -e "SERVER1REVERSE_PROXY_LOCATION1=/" \ -e "SERVER1REVERSE_PROXY_APPLICATION1=custom" \ -e "SERVER1REVERSE_PROXY_DIRECTIVE1FIELD1=root /htmltest"...
Can you please elaborate your problem in more detail? Especially what does `still` mean?