1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2024-08-02 11:31:19 +02:00
parent 1d6c5a0c7d
commit 42200c5ca2

View file

@ -6,7 +6,7 @@ location __PATH__/ {
proxy_set_header Upgrade $http_upgrade;
#proxy_set_header Connection $proxy_connection;
proxy_set_header Connection "upgrade";
proxy_set_header X-Forwarded-Host $server_name__PATH_NO_SLASH__;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_redirect off;