diff options
author | Olaf Conradi <olaf@conradi.org> | 2013-11-12 23:22:22 +0100 |
---|---|---|
committer | Olaf Conradi <olaf@conradi.org> | 2013-11-12 23:22:22 +0100 |
commit | 66a6dc18445756bbf78f0918523e929f368c7eca (patch) | |
tree | 931b5163effe6ffc07349019338d74e43b2748e7 /doc/install/sample-nginx.conf | |
parent | f55fec9ace95a99e8816b1cdccc7587e9cf07414 (diff) | |
download | volse-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/install/sample-nginx.conf')
-rw-r--r-- | doc/install/sample-nginx.conf | 2 |
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; } |