4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
|
{%- for k, v in j2cfg.tls.conf_cmd.items() %}
|
||
|
{#- TODO: precise quotation #}
|
||
|
proxy_ssl_conf_command {{ k }} {{ v.__repr__() }};
|
||
|
{%- endfor %}
|