Cache fonts

py3 1.6.2
Emilien Mantel 2019-08-07 21:11:00 +02:00
parent bb5e00d6f5
commit f5885c5c55
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}