Merge branch 'main' into cryptpad_5.5.0

This commit is contained in:
meaz 2023-10-31 20:03:32 +00:00
commit ae52c6f42b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ map $http_upgrade $connection_upgrade {
}
location /server {
proxy_pass {{ item.proto }}://{{ item.server }}:{{ item.port }};
proxy_pass http://{{ item.server }}:{{ item.port }};
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";