From 4e7de95123a39487b76f5d2e059b4d8c22bf23a3 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Wed, 14 Feb 2024 14:59:06 +0000 Subject: [PATCH] Update default.conf --- default.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/default.conf b/default.conf index 608c97d..cd8f4f3 100644 --- a/default.conf +++ b/default.conf @@ -155,14 +155,6 @@ server { } location /squizstorer/ { - proxy_set_header Referer $host; - proxy_set_header Origin $http_origin; - proxy_set_header Connection ''; - proxy_http_version 1.1; - chunked_transfer_encoding off; - proxy_buffering off; - proxy_cache off; - if ($request_method = OPTIONS) { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Credentials true always;