mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
5 lines
No EOL
138 B
Text
5 lines
No EOL
138 B
Text
{% if REMOVE_HEADERS != "" %}
|
|
{% for header in REMOVE_HEADERS.split(" ") +%}
|
|
more_clear_headers '{{ header }}';
|
|
{% endfor %}
|
|
{% endif %} |