From 04e821116b7e5b9aa506d72fe1d9449422783de4 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Fri, 17 May 2019 13:01:13 +0300 Subject: [PATCH] include mime.types for nginx config --- roles/nginx/server/templates/nginx.conf.j2 | 1 + 1 file changed, 1 insertion(+) 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; }