location /blog { try_files $uri $uri/ /blog/index.php?$args; } location ~ .php$ { fastcgi_split_path_info ^(/blog)(/.*)$; }