@ -8,6 +8,7 @@ location PATHTOCHANGE {
{
rewrite ^(.+)$ PATHTOCHANGE/index.php?q=$1 last;
}
client_max_body_size 30m;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php5-fpm.sock;
@ -5,6 +5,7 @@ location PATHTOCHANGE {