fix formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2021-05-20 14:28:57 +02:00
parent 701d2282a8
commit ae64f8822b
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -54,7 +54,6 @@ server {
{% endif %} {% endif %}
{% if location.add_headers is defined and location.add_headers %} {% if location.add_headers is defined and location.add_headers %}
include /etc/nginx/conf.d/header.conf; include /etc/nginx/conf.d/header.conf;
{% for add in location.add_headers %} {% for add in location.add_headers %}
add_header {{ add }}; add_header {{ add }};