|
@ -32,7 +32,7 @@ server { |
|
|
|
|
|
|
|
|
# Use Cached Or Actual File If They Exists, Otherwise Pass Request To WordPress |
|
|
# Use Cached Or Actual File If They Exists, Otherwise Pass Request To WordPress |
|
|
location / { |
|
|
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$ { |
|
|
location ~ \.php$ { |
|
|