mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Add feature: new custom instructions
This commit is contained in:
7
templates/etc/nginx/conf.d/custom.conf.j2
Normal file
7
templates/etc/nginx/conf.d/custom.conf.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
{% for i in nginx_custom_http %}
|
||||
{{ i }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user