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