ui - fix ROOT_FOLDER bug in serve-files.conf

This commit is contained in:
bunkerity
2021-10-21 11:30:49 +02:00
parent 9f7097de0d
commit ab00381746
3 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ services:
- admin.example.com_SERVE_FILES=no
- admin.example.com_USE_REVERSE_PROXY=yes
- admin.example.com_REVERSE_PROXY_URL=/admin/ # change it to something hard to guess
- admin.example.com_REVERSE_PROXY_HOST=http://myui:5000/
- admin.example.com_REVERSE_PROXY_HOST=http://myui:5000
- admin.example.com_REVERSE_PROXY_HEADERS=X-Script-Name /admin # must match REVERSE_PROXY_URL
- admin.example.com_USE_MODSECURITY=no
labels: