aboutsummaryrefslogtreecommitdiffstats
path: root/install/sample-nginx.conf
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-09-15 10:20:04 +0200
committerMario Vavti <mario@mariovavti.com>2016-09-15 10:20:04 +0200
commitf55636bcb51865f341177fd1abbea51612480699 (patch)
treeab0238748f642438bccfb92b66092928c5ab8617 /install/sample-nginx.conf
parent1fd8c7ac4253f78cf31e41bd5e60b4f8c4b2bf82 (diff)
downloadvolse-hubzilla-f55636bcb51865f341177fd1abbea51612480699.tar.gz
volse-hubzilla-f55636bcb51865f341177fd1abbea51612480699.tar.bz2
volse-hubzilla-f55636bcb51865f341177fd1abbea51612480699.zip
fix #514
Diffstat (limited to 'install/sample-nginx.conf')
-rw-r--r--install/sample-nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/sample-nginx.conf b/install/sample-nginx.conf
index e9a80d226..da84c8b09 100644
--- a/install/sample-nginx.conf
+++ b/install/sample-nginx.conf
@@ -92,7 +92,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|woff|svg)$ {
+ location ~* \.(jpg|jpeg|gif|png|ico|css|js|htm|html|ttf|woff|woff2|svg)$ {
expires 30d;
try_files $uri /index.php?q=$uri&$args;
}