diff --git a/roles/nginx/server/templates/nginx.conf.j2 b/roles/nginx/server/templates/nginx.conf.j2 index b968c49..c50071e 100644 --- a/roles/nginx/server/templates/nginx.conf.j2 +++ b/roles/nginx/server/templates/nginx.conf.j2 @@ -36,6 +36,7 @@ http { include /etc/nginx/conf.d/{{ inventory_hostname }}/*.conf; } + include /etc/nginx/mime.types; include /etc/nginx/conf.d/*.conf; }