1
0
Fork 0
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:
ericgaspar 2020-06-30 11:29:08 +02:00
parent 9b7fb0a7f1
commit 827ee23d2f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -7,8 +7,8 @@ location ^~ __PATH__/ {
proxy_set_header X-Forwarded-For $remote_addr;
# 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;