Duplicate option.
This commit is contained in:
parent
84c5073620
commit
a5045c6f94
|
@ -131,10 +131,6 @@ server {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% for global_opt in item.additional_options %}
|
|
||||||
{{ global_opt }}
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% if item.proxy_standard_setup is defined and item.proxy_standard_setup %}
|
{% if item.proxy_standard_setup is defined and item.proxy_standard_setup %}
|
||||||
|
|
||||||
# Proxy stuff
|
# Proxy stuff
|
||||||
|
@ -316,10 +312,6 @@ server {
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% for global_opt in item.additional_options %}
|
|
||||||
{{ global_opt }}
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% if item.proxy_standard_setup is defined and item.proxy_standard_setup %}
|
{% if item.proxy_standard_setup is defined and item.proxy_standard_setup %}
|
||||||
|
|
||||||
# Proxy stuff
|
# Proxy stuff
|
||||||
|
|
Loading…
Reference in New Issue