diff --git a/templates/nginx-virthost.j2 b/templates/nginx-virthost.j2 index 336bcca..73703a2 100644 --- a/templates/nginx-virthost.j2 +++ b/templates/nginx-virthost.j2 @@ -320,13 +320,6 @@ server { include /etc/nginx/snippets/nginx-proxy-params.conf; {% endif %} - {% if item.proxy_additional_options is defined %} - {% for popt in item.proxy_additional_options %} - {{ popt }} - {% endfor %} - {% endif %} - {% endif %} - {% if item.locations is defined %} {% for location in item.locations -%} location {{ location.location }} {