From 66a6dc18445756bbf78f0918523e929f368c7eca Mon Sep 17 00:00:00 2001 From: Olaf Conradi Date: Tue, 12 Nov 2013 23:22:22 +0100 Subject: [PATCH] Add woff files to static download This enables font downloading in binary mode. --- doc/install/sample-nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/sample-nginx.conf b/doc/install/sample-nginx.conf index 97e091f8e..396e39fb8 100644 --- a/doc/install/sample-nginx.conf +++ b/doc/install/sample-nginx.conf @@ -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; }