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