Cache fonts

This commit is contained in:
Emilien Mantel
2019-08-07 21:11:00 +02:00
parent bb5e00d6f5
commit f5885c5c55

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