Added stop
This commit is contained in:
parent
ed5699cd78
commit
bec78b8405
@ -34,7 +34,7 @@ sub vcl_backend_response {
|
||||
set beresp.ttl = 2h;
|
||||
set beresp.grace = 24h;
|
||||
|
||||
if (bereq.url ~ "\.(bmp|ejs|jpeg|pdf|ps|ttf|class|eot|jpg|pict|svg|webp|html|htm|css|eps|js|pls|svgz|woff|csv|gif|mid|png|swf|woff2|doc|ico|midi|ppt|tif|xls|docx|jar|otf|pptx|tiff|xlsx|mp3)$") {
|
||||
if (bereq.url ~ "\.(bmp|ejs|jpeg|pdf|ps|ttf|class|eot|jpg|pict|svg|webp|html|htm|css|eps|js|pls|svgz|woff|csv|gif|mid|png|swf|woff2|doc|ico|midi|ppt|tif|xls|docx|jar|otf|pptx|tiff|xlsx|php|mp3)$") {
|
||||
set beresp.ttl = 1y;
|
||||
set beresp.grace = 24h;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user