From 8adbe0a457112747f613b7f762cdb0da8a98b308 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 1 May 2022 18:07:55 +0200 Subject: [PATCH] Remove a occurrence of proxy_additional_options --- templates/nginx-virthost.j2 | 7 ------- 1 file changed, 7 deletions(-) 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 }} {