From 966f3bc56a8ae78f8845e73738d7c18c5aae5851 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Fri, 11 Jan 2019 11:34:32 +0100 Subject: [PATCH] Mods in nextcloud.conf required from > Nextcloud 15.0 woff2? --- install-nextcloud-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nextcloud-ubuntu.sh b/install-nextcloud-ubuntu.sh index 29ef288..8b1c538 100644 --- a/install-nextcloud-ubuntu.sh +++ b/install-nextcloud-ubuntu.sh @@ -423,7 +423,7 @@ location ~ ^/(?:updater|ocs-provider)(?:\$|/) { try_files \$uri/ =404; index index.php; } -location ~ \.(?:css|js|woff|svg|gif|png|html|ttf|ico|jpg|jpeg)\$ { +location ~ \.(?:css|js|woff2?|svg|gif|png|html|ttf|ico|jpg|jpeg)\$ { try_files \$uri /index.php\$uri\$is_args\$args; access_log off; expires 360d;