Skip to content

Commit 4043b74

Browse files
authored
Update nginx.prod.conf
mime types Signed-off-by: Alex Lambson <[email protected]>
1 parent 1151950 commit 4043b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/nginx.prod.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ http {
1818
alias /usr/share/nginx/html/static/; # The nginx container's mounted volume.
1919
expires 30d;
2020
add_header Cache-Control public;
21+
include /etc/nginx/mime.types;
2122
}
2223

2324
# Serve user uploaded files
2425
location /silo/ {
2526
alias /usr/share/nginx/html/silo/; # The container's mounted volume.
27+
include /etc/nginx/mime.types;
2628
}
2729

2830
# Proxy requests to the Django app running in gunicorn

0 commit comments

Comments
 (0)