Browse Source

+ woff2 support

master
parent
commit
cd38a60396
  1. 2
      config/nginx/includes.d/staticfiles.conf

2
config/nginx/includes.d/staticfiles.conf

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

Loading…
Cancel
Save