nginx: Configure proxy key/cert globally and not in site
This commit is contained in:
parent
852770b74a
commit
3b67903e4f
2 changed files with 3 additions and 4 deletions
|
@ -25,6 +25,9 @@ http {
|
|||
ssl_ciphers {{ tls_ciphers }};
|
||||
ssl_prefer_server_ciphers off;
|
||||
|
||||
proxy_ssl_certificate {{ tls_certs }}/{{ inventory_hostname }}.crt;
|
||||
proxy_ssl_certificate_key {{ tls_private }}/{{ inventory_hostname }}.key;
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue