From e86303ca5bc77e68d806a958344c2a63a9e9ce87 Mon Sep 17 00:00:00 2001 From: Alexis <56698183+etu42732@users.noreply.github.com> Date: Sat, 28 Jan 2023 23:23:42 +0100 Subject: [PATCH] Revert 4642815fccc4a9dba9aefef0c4ed528a588aedad...aefe27b37e375a359dd962d2184bb354543e0e0e on Docker Traefik ModSecurity Setup --- Docker---Traefik---ModSecurity-Setup.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Docker---Traefik---ModSecurity-Setup.md b/Docker---Traefik---ModSecurity-Setup.md index 2f36161..82ab029 100644 --- a/Docker---Traefik---ModSecurity-Setup.md +++ b/Docker---Traefik---ModSecurity-Setup.md @@ -42,7 +42,6 @@ services: PARANOIA: 1 ANOMALY_INBOUND: 10 ANOMALY_OUTBOUND: 5 - ALLOWED_METHODS: "GET POST PUT DELETE OPTIONS PATCH HEAD" PROXY: 1 REMOTEIP_INT_PROXY: "172.20.0.1/16" BACKEND: "http://vaultwarden:80" @@ -59,7 +58,6 @@ services: - traefik.http.routers.vw-ui-https.rule=Host(`sub.domain.tld`) - traefik.http.routers.vw-ui-https.entrypoints=websecure - traefik.http.routers.vw-ui-https.tls=true - - traefik.http.routers.vw-ui-https.tls.certresolver=myresolver - traefik.http.routers.vw-ui-https.service=vw-ui - traefik.http.routers.vw-ui-http.rule=Host(`sub.domain.tld`) - traefik.http.routers.vw-ui-http.entrypoints=web @@ -69,7 +67,6 @@ services: - traefik.http.routers.vw-websocket-https.rule=Host(`sub.domain.tld`) && Path(`/notifications/hub`) - traefik.http.routers.vw-websocket-https.entrypoints=websecure - traefik.http.routers.vw-websocket-https.tls=true - - traefik.http.routers.vw-websocket-https.tls.certresolver=myresolver - traefik.http.routers.vw-websocket-https.service=vw-websocket - traefik.http.routers.vw-websocket-http.rule=Host(`sub.domain.tld`) && Path(`/notifications/hub`) - traefik.http.routers.vw-websocket-http.entrypoints=web