Skip to content

Commit

Permalink
Added mime types
Browse files Browse the repository at this point in the history
  • Loading branch information
dashrath-chauhan committed Sep 10, 2024
1 parent 4f51342 commit 01463a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ events {
}

http {
types {
text/html html htm;
text/plain txt;
text/css css;
application/javascript js;
application/json json;
application/xml xml;
image/png png;
image/jpeg jpeg jpg;
image/gif gif;
image/svg+xml svg;
application/octet-stream bin;
}

server {
listen 80;
server_name dev-testbed.ga4gh.org;
Expand Down

0 comments on commit 01463a3

Please sign in to comment.