Skip to content

Commit

Permalink
Merge pull request EasyEngine#331 from onurdemir/patch-1
Browse files Browse the repository at this point in the history
Typo in wpsc.conf
  • Loading branch information
Gaurav Ashtikar committed Nov 6, 2014
2 parents 67ffb37 + 3f5ca6e commit 61492fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/common/wpsc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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$ {
Expand Down

0 comments on commit 61492fd

Please sign in to comment.