From 2da0804ef5f7c3b9dabb797edaaabf12b157f780 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 16 Apr 2025 10:27:36 +0100 Subject: [PATCH] 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 --- config/nginx.sample.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/nginx.sample.conf b/config/nginx.sample.conf index 6bedc25a154..9d450bcc6cb 100644 --- a/config/nginx.sample.conf +++ b/config/nginx.sample.conf @@ -1,7 +1,6 @@ # Additional MIME types that you'd like nginx to handle go in here types { text/csv csv; - application/wasm wasm; font/ttf ttf; font/otf otf; }