1
0
angie-conv-image/image-entry.d/42-stream-ssl.envsh

10 lines
217 B
Plaintext
Raw Permalink Normal View History

2024-09-17 14:11:00 +03:00
#!/bin/sh
if [ "${NGX_STREAM}" = 0 ] ; then
unset NGX_STREAM_SSL_PROFILE
else
## here should be SANE defaults (!)
NGX_STREAM_SSL_PROFILE="${NGX_STREAM_SSL_PROFILE:-intermediate}"
export NGX_STREAM_SSL_PROFILE
fi