From c6da11f32ceb99bc24ec14327b36ff2ed0f6e366 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 6c170e42..d9022501 100644 --- a/contrib/nginx/README.md +++ b/contrib/nginx/README.md @@ -4,7 +4,9 @@ `/etc/nginx/mime.types`: ``` +types { .. application/wasm wasm; .. +} ```