This commit is contained in:
2026-03-13 18:47:30 +00:00
parent 5250bca558
commit 83d6085ea5
24 changed files with 2425 additions and 1018 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;
}