aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd/templates/httpd.conf.j2
blob: f437f4179b65457b3d1543950f2161eb3781f42d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

# httpd.conf ~~ /etc/httpd.conf
# 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
}

{% for file in configurations.files %}
include "{{ file.path }}"
{% endfor %}
remember that computers suck.