mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Merge pull request #39 from ericgaspar/Nginx-conf-#38
Set new Nginx values
This commit is contained in:
commit
8f8c2bd80d
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ location ^~ / {
|
|||
proxy_set_header Connection "upgrade";
|
||||
|
||||
# setup for image upload
|
||||
client_max_body_size 8192m;
|
||||
proxy_max_temp_file_size 8192m;
|
||||
client_max_body_size 256m;
|
||||
proxy_max_temp_file_size 1024m;
|
||||
|
||||
proxy_read_timeout 300;
|
||||
proxy_connect_timeout 300;
|
||||
|
|
Loading…
Add table
Reference in a new issue