mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
5 lines
No EOL
137 B
Text
5 lines
No EOL
137 B
Text
{% for k, v in all.items() +%}
|
|
{% if k.startswith("CUSTOM_HEADER") and v != "" +%}
|
|
more_set_headers "{{ v }}";
|
|
{% endif %}
|
|
{% endfor %} |