1
0
Fork 0
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:
Alexandre Aubin 2020-05-23 17:40:29 +02:00 committed by GitHub
commit d5b2bb65d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}