Update README

This commit is contained in:
Timothy Warren 2016-02-09 21:42:56 -05:00
parent 3027c8a4a8
commit fb29c90691
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ server {
try_files $uri $uri/ /index.php$uri?$args;
}
location ~ "^(.+\.php)($|/)" {
location ~ ^(.+\.php)($|/) {
fastcgi_split_path_info ^(.+\.php)(.*)$;
fastcgi_index index.php;
}