1
0
angie-conv-image/angie/conf.dist/uwsgi/ssl-cmd.conf.j2

4 lines
143 B
Plaintext
Raw Normal View History

2024-09-17 14:11:00 +03:00
{%- for k, v in j2cfg.tls.conf_cmd.items() %}
{#- TODO: precise quotation #}
uwsgi_ssl_conf_command {{ k }} {{ v.__repr__() }};
{%- endfor %}