diff --git a/conf/nginx.conf b/conf/nginx.conf index c5870f3..24819a2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,6 +5,7 @@ location YNH_WWW_PATH { } index index.php; 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.sock;