From 4fed8e0a3e439f39f0f187bfb899ed33819e2d18 Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 22 Jan 2021 21:46:49 +0100 Subject: Display svg filetypes --- roles/httpd/templates/httpd.conf.j2 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'roles/httpd/templates') diff --git a/roles/httpd/templates/httpd.conf.j2 b/roles/httpd/templates/httpd.conf.j2 index f437f41..45b46c3 100644 --- a/roles/httpd/templates/httpd.conf.j2 +++ b/roles/httpd/templates/httpd.conf.j2 @@ -3,12 +3,13 @@ # managed by Ansible types { - text/css css - text/html html htm - text/plain txt pgp pub - image/gif gif - image/jpeg jpeg jpg - image/png png + text/plain txt pgp pub + text/html html htm + text/css css + image/svg+xml svg + image/jpeg jpeg jpg + image/gif gif + image/png png } {% for file in configurations.files %} -- cgit v1.2.3