Update conf/nginx.conf

This commit is contained in:
denis 2024-10-28 18:10:06 -04:00
parent 45b328df59
commit a9e7ea650b

View file

@ -7,7 +7,7 @@ location __PATH__/ {
index index.html index.htm index.php; index index.html index.htm index.php;
# allow larger file uploads and longer script runtimes # allow larger file uploads and longer script runtimes
client_max_body_size 100m; client_max_body_size 1024m;
client_body_timeout 120s; client_body_timeout 120s;
try_files $uri $uri/ /index.php?$query_string; try_files $uri $uri/ /index.php?$query_string;