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:
Éric Gaspar 2020-11-15 23:17:01 +01:00 committed by GitHub
parent b8fed9ece8
commit 69c73aa8db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ location ^~ __PATH__/ {
# setup for image upload
client_max_body_size 512M;
proxy_max_temp_file_size2048M;
proxy_max_temp_file_size 2048M;
try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;