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:
parent
d0c9f2effb
commit
34b554371f
1 changed files with 2 additions and 2 deletions
|
@ -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$ {
|
||||
|
|
Loading…
Reference in a new issue