Add woff files to static download

This enables font downloading in binary mode.
This commit is contained in:
Olaf Conradi 2013-11-12 23:22:22 +01:00
parent f55fec9ace
commit 66a6dc1844

View File

@ -85,7 +85,7 @@ server {
# otherwise fall back to front controller
# allow browser to cache them
# added .htm for advanced source code editor library
location ~* \.(jpg|jpeg|gif|png|ico|css|js|htm|html|ttf|svg)$ {
location ~* \.(jpg|jpeg|gif|png|ico|css|js|htm|html|ttf|woff|svg)$ {
expires 30d;
try_files $uri /index.php?q=$uri&$args;
}