Update wpce & wprocket template
This commit is contained in:
@@ -10,10 +10,10 @@ location ~ \.php$ {
|
||||
include fastcgi_params;
|
||||
fastcgi_pass {{upstream}};
|
||||
}
|
||||
location ~* /cache/cache-enabler/\.html$ {
|
||||
location ~ /wp-content/cache/cache-enabler/.*html$ {
|
||||
etag on;
|
||||
add_header Vary "Accept-Encoding, Cookie";
|
||||
access_log off;
|
||||
log_not_found off;
|
||||
expires 10h;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user