diff --git a/ops/nginx/conf.d/filterlists.conf b/ops/nginx/conf.d/filterlists.conf index 758764ac4..4a26840aa 100644 --- a/ops/nginx/conf.d/filterlists.conf +++ b/ops/nginx/conf.d/filterlists.conf @@ -21,7 +21,7 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } - location / { + location ~ ^/ { proxy_pass http://web:80; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;