From 39b0f26dd6070236cc80d31a6f35179f9f02985a Mon Sep 17 00:00:00 2001 From: Gaurav Ashtikar Date: Thu, 6 Nov 2014 15:53:03 +0530 Subject: [PATCH] Revert "Typo in wpsc.conf" --- config/nginx/common/wpsc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx/common/wpsc.conf b/config/nginx/common/wpsc.conf index 3605189d..ccbb4216 100644 --- a/config/nginx/common/wpsc.conf +++ b/config/nginx/common/wpsc.conf @@ -24,7 +24,7 @@ if ($http_cookie ~* "comment_author|wordpress_[a-f0-9]+|wp-postpass|wordpress_lo # Use cached or actual file if they exists, Otherwise pass request to WordPress location / { - try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php?$args; + try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php$args; } location ~ \.php$ {