mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 03:09:20 -07:00
PROXY_ERROR_OVERRIDE: "off" needed to get rid of the Unauthorized Apache proxy message.
@@ -47,6 +47,7 @@ services:
|
|||||||
BACKEND: "http://vaultwarden:80"
|
BACKEND: "http://vaultwarden:80"
|
||||||
BACKEND_WS: "ws://vaultwarden:80/notifications/hub"
|
BACKEND_WS: "ws://vaultwarden:80/notifications/hub"
|
||||||
ERRORLOG: "/var/log/waf/waf.log"
|
ERRORLOG: "/var/log/waf/waf.log"
|
||||||
|
PROXY_ERROR_OVERRIDE: "off"
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/docker/waf:/var/log/waf
|
- /opt/docker/waf:/var/log/waf
|
||||||
- /opt/docker/waf-rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf:/etc/modsecurity.d/owasp-crs/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf
|
- /opt/docker/waf-rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf:/etc/modsecurity.d/owasp-crs/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user