From 2877aef81de6574610263105f53be3e15a3efa93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:01:43 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1938702..b5c64f5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,6 +3,7 @@ location __PATH__/ { proxy_pass https://127.0.0.1:__PORT__/; + #Proxy Settings proxy_http_version 1.1; proxy_redirect off; proxy_set_header Connection "Upgrade";