From 42a608c36b38cf7a6214f70d98d890fb159051a9 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sat, 24 Dec 2016 14:15:59 +0000 Subject: [PATCH] Update on initial nginx.conf --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(/|$) {