mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Update nginx.conf
This commit is contained in:
parent
7a9bf91705
commit
bdd0843838
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ location / {
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
||||
# setup for image upload
|
||||
client_max_body_size 8192m;
|
||||
proxy_max_temp_file_size 8192m;
|
||||
client_max_body_size 1024m;
|
||||
proxy_max_temp_file_size 1024m;
|
||||
|
||||
# adjust proxy buffer setting
|
||||
proxy_buffers 8 32k;
|
||||
|
|
Loading…
Reference in a new issue