fix formatting
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-05-20 14:28:57 +02:00
parent 701d2282a8
commit ae64f8822b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 0 additions and 1 deletions

View File

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