nginx/server: Use SNI when connecting to backend servers
This commit is contained in:
parent
dd6fca4270
commit
ca3270d89b
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ http {
|
|||
proxy_ssl_certificate {{ tls_certs }}/{{ inventory_hostname }}.crt;
|
||||
proxy_ssl_certificate_key {{ tls_private }}/{{ inventory_hostname }}.key;
|
||||
proxy_ssl_trusted_certificate {{ tls_certs }}/ca.crt;
|
||||
proxy_ssl_server_name on;
|
||||
proxy_ssl_verify on;
|
||||
|
||||
{% if plaintext is defined %}
|
||||
|
|
Loading…
Add table
Reference in a new issue