mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Set client_max_body_size to 50 MB
This commit is contained in:
parent
06c8a22714
commit
624c00a893
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ location __PATH__/ {
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_pass_header Server;
|
proxy_pass_header Server;
|
||||||
|
|
||||||
|
client_max_body_size 50M;
|
||||||
|
|
||||||
# be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf
|
# be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
more_set_headers "X-Frame-Options : ALLOWALL";
|
more_set_headers "X-Frame-Options : ALLOWALL";
|
||||||
|
|
Loading…
Add table
Reference in a new issue