1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2020-11-15 22:15:38 +01:00
parent d0c9f2effb
commit 34b554371f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -12,8 +12,8 @@ location ^~ __PATH__/ {
index index.php;
# setup for image upload
client_max_body_size 256M;
proxy_max_temp_file_size 1024M;
client_max_body_size 512M;
proxy_max_temp_file_size2048M;
try_files $uri $uri/ @lychee;
location ~ \.php$ {