From 892e8435b1537ed29edc58ff4d0dde2d00adb4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:19:24 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0aefc2d..a8ba8ab 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,9 +2,9 @@ location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__; - more_set_headers "X-Frame-Options: SAMEORIGIN"; - proxy_set_header Host $host; - proxy_http_version 1.1; + more_set_headers "X-Frame-Options: SAMEORIGIN"; + proxy_set_header Host $host; + proxy_http_version 1.1; proxy_request_buffering off; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection upgrade;