blob: 4839cd0136ff16f9c7baabd319a68a447bf06e28 (
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
}
location "/.well-known/acme-challenge/*" {
root "/acme"
request strip 2
}
{% for file in configurations.files %}
include "{{ file.path }}"
{% endfor %}
|