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

This commit is contained in:
yalh76 2019-02-27 20:15:40 +01:00
parent 1fc80dd007
commit 3e3cc1583c

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__" always; add_header X-Frame-Options "ALLOW-FROM https://__NEXTCLOUDDOMAIN__";
} }