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

3 lines
105 B
Plaintext
Raw Normal View History

2024-09-17 14:11:00 +03:00
{%- for k, v in j2cfg.tls.conf_cmd.items() %}
ssl_conf_command {{ k }} {{ v | ngx_esc }};
2024-09-17 14:11:00 +03:00
{%- endfor %}