mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
Merge pull request #35 from keomabrun/patch-1
Increase nginx max body size
This commit is contained in:
commit
d5b2bb65d8
1 changed files with 2 additions and 1 deletions
|
@ -11,4 +11,5 @@ location ^~ __PATH__/ {
|
|||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
add_header X-Frame-Options "ALLOW-FROM https://__NEXTCLOUDDOMAIN__" always;
|
||||
}
|
||||
client_max_body_size 10M;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue