|
@@ -73,6 +73,7 @@ http {
|
|
|
|
|
|
### Define the MIME types for files ###
|
|
### Define the MIME types for files ###
|
|
include /etc/nginx/mime.types;
|
|
include /etc/nginx/mime.types;
|
|
|
|
+ include /etc/nginx/mime.types.custom;
|
|
default_type application/octet-stream;
|
|
default_type application/octet-stream;
|
|
|
|
|
|
# Format to use in log files
|
|
# Format to use in log files
|