diff --git a/conf/nginx.conf b/conf/nginx.conf index 6528bcb..bd4afb3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,6 @@ location PATHTOCHANGE { 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(/|$) {