Skip to content

Commit

Permalink
Merge pull request #142 from grische/improve-mime-types
Browse files Browse the repository at this point in the history
nginx: add some useful mime types
  • Loading branch information
GoliathLabs authored Nov 22, 2023
2 parents efed1a9 + 45c67c7 commit e97a233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/files/nginx.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ http {
types {
# nginx's default mime.types doesn't include a mapping for wasm
application/wasm wasm;
text/plain manifest;
application/manifest+json webmanifest;
application/geo+json geojson;
}
default_type application/octet-stream;

Expand Down

0 comments on commit e97a233

Please sign in to comment.