Mods in nextcloud.conf required from > Nextcloud 15.0

woff2?
This commit is contained in:
rieger::CLOUD
2019-01-11 11:34:32 +01:00
committed by GitHub
parent ce38f8e81f
commit 966f3bc56a

View File

@@ -423,7 +423,7 @@ location ~ ^/(?:updater|ocs-provider)(?:\$|/) {
try_files \$uri/ =404; try_files \$uri/ =404;
index index.php; 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; try_files \$uri /index.php\$uri\$is_args\$args;
access_log off; access_log off;
expires 360d; expires 360d;