diff --git a/README.md b/README.md index 228f44b1..a4e35429 100644 --- a/README.md +++ b/README.md @@ -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; }