Skip to content

Commit 06e8870

Browse files
committed
TEST: Include mime types in static location
1 parent 9341705 commit 06e8870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/default.conf.template

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ server {
44

55
location /static/ {
66
autoindex on;
7+
include /etc/nginx/mime.types
78
alias /staticfiles/;
89
}
910

0 commit comments

Comments
 (0)