PROXY_ERROR_OVERRIDE: "off" needed to get rid of the Unauthorized Apache proxy message.
parent
e86303ca5b
commit
66f327b3e5
|
@ -47,6 +47,7 @@ services:
|
|||
BACKEND: "http://vaultwarden:80"
|
||||
BACKEND_WS: "ws://vaultwarden:80/notifications/hub"
|
||||
ERRORLOG: "/var/log/waf/waf.log"
|
||||
PROXY_ERROR_OVERRIDE: "off"
|
||||
volumes:
|
||||
- /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
|
||||
|
|
Loading…
Reference in New Issue