diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-06-26 17:52:01 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-06-26 17:52:01 -0400 |
| commit | d0aafb8bc6257e408e17c0095c1dd49b77ba77f6 (patch) | |
| tree | d090c1c1c86781f00d3f7f517927c17e19c78306 | |
| parent | eeb3e9735788a5c0c899789b02777ac39f22c549 (diff) | |
use standard GrapheneOS mime.types
| -rw-r--r-- | nginx/mime.types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/mime.types b/nginx/mime.types index 30892859..c13c69b3 100644 --- a/nginx/mime.types +++ b/nginx/mime.types @@ -6,6 +6,7 @@ types { text/xml xml; image/gif gif; image/jpeg jpeg jpg; + application/wasm wasm; application/atom+xml atom; application/rss+xml rss; |
