From 02084f7c2f774a4bf47b100d5fdffd5bf0515700 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 31 Mar 2025 11:10:28 +0200 Subject: [PATCH] install_nextcloud.sh: add 'otf' files to location 'woff2?'. --- install_nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_nextcloud.sh b/install_nextcloud.sh index 98ca366..6e3f70e 100755 --- a/install_nextcloud.sh +++ b/install_nextcloud.sh @@ -5185,7 +5185,7 @@ server { access_log off; # Optional: Don't log access to assets } - location ~ \.woff2?\$ { + location ~ \.(otf|woff2)?\$ { try_files \$uri /index.php\$request_uri; expires 7d; # Cache-Control policy borrowed from \`.htaccess\` access_log off; # Optional: Don't log access to assets