diff --git a/ops/nginx/conf.d/filterlists.conf b/ops/nginx/conf.d/filterlists.conf index 9ba8d67a5..0bf95490a 100644 --- a/ops/nginx/conf.d/filterlists.conf +++ b/ops/nginx/conf.d/filterlists.conf @@ -21,8 +21,6 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } -location / {if (!-e $request_filename){rewrite https://$server_name break;} - location / { proxy_pass http://web:80/; proxy_http_version 1.1;