mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-02-03 14:13:24 +00:00
Mods in nextcloud.conf required from > Nextcloud 15.0
woff2?
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user