From 1977d2e180245b8de11f140addabe984f6fd9dab Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 29 Oct 2022 23:57:42 +0200 Subject: [PATCH] Revert """ This reverts commit c481acace0391136a740416f1703132b78a27616. --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 4ed8ff5aa..2e57b6f4f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ server { listen 80; listen [::]:80; proxy_set_header Host $http_host; - add_header Referrer-Policy "same-origin"; + add_header Referrer-Policy same-origin; location / { proxy_pass http://localhost:5000/;