diff --git a/templates/etc/nginx/sites-available/_base.j2 b/templates/etc/nginx/sites-available/_base.j2 index 6e435cf..dd7eb5e 100644 --- a/templates/etc/nginx/sites-available/_base.j2 +++ b/templates/etc/nginx/sites-available/_base.j2 @@ -140,7 +140,7 @@ server { log_not_found off; } - location ~* \.(txt|js|css|png|jpe?g|gif|ico|svg)$ { + location ~* \.(txt|js|css|png|jpe?g|gif|ico|svg|(o|t)tf|woff2?|eot)$ { expires 30d; log_not_found off; }