From a5045c6f941053acb97f05461a9c119b16c74531 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 1 May 2022 17:07:30 +0200 Subject: [PATCH] Duplicate option. --- templates/nginx-virthost.j2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/nginx-virthost.j2 b/templates/nginx-virthost.j2 index 8bf8ead..f03df74 100644 --- a/templates/nginx-virthost.j2 +++ b/templates/nginx-virthost.j2 @@ -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