From 71ee669fc5536a8382f1e7a0e2d06ca934bde2c8 Mon Sep 17 00:00:00 2001 From: creme Date: Tue, 3 Aug 2021 19:07:22 +0200 Subject: [PATCH] ensure new mime type comes in types. --- contrib/nginx/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/nginx/README.md b/contrib/nginx/README.md index 6c170e4..d902250 100644 --- a/contrib/nginx/README.md +++ b/contrib/nginx/README.md @@ -4,7 +4,9 @@ `/etc/nginx/mime.types`: ``` +types { .. application/wasm wasm; .. +} ```