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

Fix nginx.conf

This commit is contained in:
yalh76 2019-02-27 21:19:52 +01:00
parent e83047513a
commit 66c2739a7d

View file

@ -9,5 +9,5 @@ location ^~ __PATH__/ {
proxy_redirect off; proxy_redirect off;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
add_header X-Frame-Options "ALLOW-FROM https://__NEXTCLOUDDOMAIN__"; add_header X-Frame-Options "ALLOW-FROM https://__NEXTCLOUDDOMAIN__" always;
} }