+ woff2 support

This commit is contained in:
2021-11-16 23:01:56 +03:00
parent be1385a4a5
commit cd38a60396

View File

@ -21,7 +21,7 @@ location = /empty {
expires 0; expires 0;
empty_gif; empty_gif;
} }
location ~* \.(eot|ttf|woff|pdf|css|js)$ { location ~* \.(eot|ttf|woff|woff2|pdf|css|js)$ {
try_files $uri /404; try_files $uri /404;
access_log off; access_log off;
expires max; expires max;