aboutsummaryrefslogblamecommitdiffstats
path: root/roles/httpd/templates/httpd.conf.j2
blob: 45b46c3c1e085a266e7c65a8546507e13ed64474 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12




                               






                                   




                                      

# httpd.conf ~~ /etc/httpd.conf
# managed by Ansible

types {
	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 %}
include "{{ file.path }}"
{% endfor %}
remember that computers suck.