Skip to content

Commit

Permalink
Merge pull request EasyEngine#349 from rtCamp/revert-331-patch-1
Browse files Browse the repository at this point in the history
Revert "Typo in wpsc.conf"
  • Loading branch information
Gaurav Ashtikar committed Nov 6, 2014
2 parents 61492fd + 9f71cc3 commit cd963dc
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 cd963dc

Please sign in to comment.