We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9341705 commit 06e8870Copy full SHA for 06e8870
nginx/default.conf.template
@@ -4,6 +4,7 @@ server {
4
5
location /static/ {
6
autoindex on;
7
+ include /etc/nginx/mime.types
8
alias /staticfiles/;
9
}
10
0 commit comments