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