diff --git a/conf/nginx.conf b/conf/nginx.conf index bd4afb3..7024722 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,10 +1,11 @@ location PATHTOCHANGE { - alias FOLDERTOCHANGE; + alias ALIASTOCHANGE; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } + client_max_body_size 10G; index index.php index.html; try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) {