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:
parent
1fc80dd007
commit
3e3cc1583c
1 changed files with 1 additions and 1 deletions
|
@ -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__";
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue