DEV: Drop wasm type override in nginx config (#32332)

This is already included in nginx's default set, and is currently
causing this message to be printed:

> nginx: [warn] duplicate extension "wasm", content type:
"application/wasm", previous content type: "application/wasm" in
/etc/nginx/conf.d/discourse.conf:4
This commit is contained in:
David Taylor
2025-04-16 10:27:36 +01:00
committed by GitHub
parent b3389a4cc3
commit 2da0804ef5

View File

@ -1,7 +1,6 @@
# Additional MIME types that you'd like nginx to handle go in here # Additional MIME types that you'd like nginx to handle go in here
types { types {
text/csv csv; text/csv csv;
application/wasm wasm;
font/ttf ttf; font/ttf ttf;
font/otf otf; font/otf otf;
} }