Browse Source

Update wpsc.conf

WooCommerce add to cart breaks if the args are ignored so appending args to wpsc.conf file
old-stable
RenzoF 11 years ago
parent
commit
ef2edafee0
  1. 2
      usr/share/easyengine/nginx/wp/wpsc.conf

2
usr/share/easyengine/nginx/wp/wpsc.conf

@ -32,7 +32,7 @@ server {
# 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;
try_files /wp-content/cache/supercache/$http_host/$cache_uri/index.html $uri $uri/ /index.php$args;
}
location ~ \.php$ {

Loading…
Cancel
Save