diff options
author | binary <me@rgoncalves.se> | 2021-01-22 21:46:49 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-22 21:46:49 +0100 |
commit | 4fed8e0a3e439f39f0f187bfb899ed33819e2d18 (patch) | |
tree | ffd449013549359d1a3259f1361659733c21eed5 /roles/httpd | |
parent | 2462acfd5d5a90403fd542ad4afd15e0a04da99f (diff) | |
download | infrastructure-4fed8e0a3e439f39f0f187bfb899ed33819e2d18.tar.gz |
Display svg filetypes
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 %} |