This commit is contained in:
zino
2023-12-05 20:50:43 +01:00
parent c2ebc521c3
commit 058d728e5c
2 changed files with 4 additions and 2 deletions

View File

@@ -27,8 +27,12 @@ server {
set $upstream "code-server:8443";
#proxy_http_version 1.1;
#proxy_set_header Host $host;
proxy_pass_request_body on;
default_type text/html;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Accept-Encoding gzip;
proxy_set_header Connection upgrade;