Added stop

This commit is contained in:
Justine Pelletreau 2021-09-25 13:04:53 +02:00
parent ed5699cd78
commit bec78b8405

View File

@ -34,7 +34,7 @@ sub vcl_backend_response {
set beresp.ttl = 2h; set beresp.ttl = 2h;
set beresp.grace = 24h; 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.ttl = 1y;
set beresp.grace = 24h; set beresp.grace = 24h;
} }