bunkerweb/confs/site/custom-headers.conf
2021-09-02 10:34:58 +02:00

6 lines
137 B
Plaintext

{% for k, v in all.items() +%}
{% if k.startswith("CUSTOM_HEADER") and v != "" +%}
more_set_header "{{ v }}";
{% endif %}
{% endfor %}