From cb4a20963d5ec09fb1941ddb8bb78ee8989fe5b3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 7 Mar 2019 20:19:25 +0100 Subject: [PATCH] Fix panel --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index f89a679..86ded79 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,6 +6,7 @@ location __PATH__ proxy_pass http://127.0.0.1:__PORT__; proxy_http_version 1.1; + proxy_set_header Accept-Encoding ""; # allow websockets proxy_set_header Upgrade $http_upgrade;