We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b14882 commit 4c399d7Copy full SHA for 4c399d7
nginx.conf
@@ -1,6 +1,9 @@
1
events {}
2
http {
3
4
+ include /etc/nginx/mime.types;
5
+ default_type application/octet-stream;
6
+
7
upstream django {
8
server django-web:8000;
9
}
nginx_staging.conf
@@ -2,6 +2,7 @@ events {}
include /etc/nginx/mime.types;
0 commit comments