diff options
Diffstat (limited to 'roles/httpd')
-rw-r--r-- | roles/httpd/templates/httpd.conf.j2 | 13 |
1 files changed, 7 insertions, 6 deletions
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 %} |