Skip to content

Commit

Permalink
🧤 Add mime.types to nginx config (#42)
Browse files Browse the repository at this point in the history
# MIME types
Includes `mime.types` with nginx config.

Closes #41, production admin site display bug.
  • Loading branch information
mrharpo committed Sep 9, 2022
1 parent bc7ec62 commit 7d1dd19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ov-nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ events {

http {

include /etc/nginx/mime.types;

# Admin
server {
listen 80;
Expand Down

0 comments on commit 7d1dd19

Please sign in to comment.