aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2021-01-22 21:46:49 +0100
committerbinary <me@rgoncalves.se>2021-01-22 21:46:49 +0100
commit4fed8e0a3e439f39f0f187bfb899ed33819e2d18 (patch)
treeffd449013549359d1a3259f1361659733c21eed5
parent2462acfd5d5a90403fd542ad4afd15e0a04da99f (diff)
downloadold-infrastructure-4fed8e0a3e439f39f0f187bfb899ed33819e2d18.tar.gz
Display svg filetypes
-rw-r--r--roles/httpd/templates/httpd.conf.j213
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 %}
remember that computers suck.