bunkerweb/core/headers/confs/server-http/custom-headers.conf
2022-06-03 17:24:14 +02:00

5 lines
137 B
Plaintext

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