small changes

This commit is contained in:
2025-10-14 23:01:01 +01:00
parent aee12cb2ec
commit 50b848d2dc
3 changed files with 12 additions and 1 deletions

View File

@@ -131,6 +131,16 @@ http {
# This module is currently not supported.
#pagespeed off;
# Set .mjs and .wasm MIME types
# Either include it in the default mime.types list
# and include that list explicitly or add the file extension
# only for Nextcloud like below:
include mime.types;
types {
text/javascript mjs;
application/wasm wasm;
}
location / {
rewrite ^ /index.php;
}