diff --git a/conf/nginx.conf b/conf/nginx.conf index 4a7d958..04fc619 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,6 +6,7 @@ location YNH_WWW_PATH { index index.php; client_max_body_size 50M; try_files $uri $uri/ index.php; + client_max_body_size 50M; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_pass unix:/var/run/php5-fpm-NAMETOCHANGE.sock;