mirror of
https://github.com/discourse/discourse.git
synced 2025-06-25 01:30:17 +08:00
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:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user