From fb29c906910145fb8b345f324d18a892a44001a4 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 9 Feb 2016 21:42:56 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }