1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-09-17 17:21:05 +02:00
This commit is contained in:
Philipp Heckel 2022-01-15 23:52:21 -05:00
parent 2b6363474e
commit 91d40dcc91
2 changed files with 56 additions and 6 deletions

View file

@ -243,6 +243,8 @@ or the root domain:
proxy_redirect off;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_connect_timeout 3m;
@ -274,6 +276,8 @@ or the root domain:
proxy_redirect off;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_connect_timeout 3m;