Browse Source

Revert "Typo in wpsc.conf"

next
Gaurav Ashtikar 10 years ago
parent
commit
9f71cc31b2
  1. 2
      config/nginx/common/wpsc.conf

2
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$ {

Loading…
Cancel
Save