nginx: Enable TLSv3 for conencting to upstream
This commit is contained in:
parent
e571d171da
commit
e522ef0e53
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_protocols TLSv1.2 TLSv1.3;
|
||||
proxy_ssl_server_name on;
|
||||
proxy_ssl_verify on;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue