ansible-nginx/templates/etc/nginx/conf.d/custom.conf.j2

8 lines
83 B
Plaintext
Raw Permalink Normal View History

2015-12-09 23:06:59 +07:00
#
# {{ ansible_managed }}
#
{% for i in nginx_custom_http %}
{{ i }}
{% endfor %}