Remove a occurrence of proxy_additional_options

This commit is contained in:
Andrea Dell'Amico 2022-05-01 18:07:55 +02:00
parent 516375292a
commit 8adbe0a457
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 7 deletions

View File

@ -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 }} {