initial commit
This commit is contained in:
7
angie/conf/proxy/ssl.conf.j2
Normal file
7
angie/conf/proxy/ssl.conf.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{%- for k, v in j2cfg.tls.conf_cmd|dictsort %}
|
||||
proxy_ssl_conf_command {{ k }} {{ v | ngx_esc }};
|
||||
{%- endfor %}
|
||||
|
||||
proxy_ssl_trusted_certificate {{ env.NGX_SSL_CERT_FILE }};
|
||||
proxy_ssl_verify on;
|
||||
proxy_ssl_server_name on;
|
Reference in New Issue
Block a user