6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
|
include conf.d/ssl/*.conf;
|
||
|
|
||
|
{%- if env.NGX_STREAM_SSL_PROFILE %}
|
||
|
include snip.d/ssl-{{ env.NGX_STREAM_SSL_PROFILE }};
|
||
|
{%- endif %}
|