Adding image caching via immutable to ansible. #371 #408

This commit is contained in:
Dessalines 2020-01-12 12:54:23 -05:00
parent 677d716ae6
commit 146e405979

View file

@ -68,8 +68,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
if ($request_uri ~ \.(?:ico|gif|jpe?g|png|webp|bmp|mp4)$) {
add_header Cache-Control "public";
expires max;
add_header Cache-Control "public, max-age=31536000, immutable";
}
}
}