Update nginx-subdir.conf.sample

On my nginx/1.29.1 the wasm MIME-type is included in /etc/nginx/mime.types

Signed-off-by: kinafu <20564946+kinafu@users.noreply.github.com>
This commit is contained in:
kinafu 2025-09-18 21:38:10 +02:00 committed by GitHub
parent bc6f09a0f8
commit a14f08bb3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,6 @@ server {
include mime.types;
types {
text/javascript mjs;
application/wasm wasm;
}
location = /robots.txt {