From ec6b8eac78aa01726a3c5178e5ff23de4cfa6eca Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sat, 24 Dec 2016 11:41:23 +0000 Subject: [PATCH] Cleaning in nginx.conf --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) 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(/|$) {