aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOlaf Conradi <olaf@conradi.org>2013-11-12 23:22:22 +0100
committerOlaf Conradi <olaf@conradi.org>2013-11-12 23:22:22 +0100
commit66a6dc18445756bbf78f0918523e929f368c7eca (patch)
tree931b5163effe6ffc07349019338d74e43b2748e7 /doc
parentf55fec9ace95a99e8816b1cdccc7587e9cf07414 (diff)
downloadvolse-hubzilla-66a6dc18445756bbf78f0918523e929f368c7eca.tar.gz
volse-hubzilla-66a6dc18445756bbf78f0918523e929f368c7eca.tar.bz2
volse-hubzilla-66a6dc18445756bbf78f0918523e929f368c7eca.zip
Add woff files to static download
This enables font downloading in binary mode.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/sample-nginx.conf2
1 files changed, 1 insertions, 1 deletions
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;
}