|
@ -29,7 +29,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 = /favicon.ico { log_not_found off; access_log off; } |
|
|
location = /favicon.ico { log_not_found off; access_log off; } |
|
|