1
0
Fork 0
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:
Krakinou 2020-11-08 16:41:15 +01:00
parent 2dcf735431
commit 4a0d5cc44c

View file

@ -11,7 +11,7 @@ location __PATH__/ {
proxy_set_header X-Scheme $scheme;
proxy_set_header Upgrade $http_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_set_header Host $host;
#proxy_buffering off;