+ woff2 support
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user