blob: 45b46c3c1e085a266e7c65a8546507e13ed64474 (
plain) (
tree)
|
|
# 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 %}
|