mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Correct add_header
This commit is contained in:
parent
2dcf735431
commit
4a0d5cc44c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ location __PATH__/ {
|
||||||
proxy_set_header X-Scheme $scheme;
|
proxy_set_header X-Scheme $scheme;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $connection_upgrade;
|
proxy_set_header Connection $connection_upgrade;
|
||||||
add_header X-Frame-Options SAMEORIGIN;
|
more_set_headers X-Frame-Options SAMEORIGIN;
|
||||||
proxy_pass http://localhost:__PORT__/;
|
proxy_pass http://localhost:__PORT__/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
#proxy_buffering off;
|
#proxy_buffering off;
|
||||||
|
|
Loading…
Add table
Reference in a new issue