|
|
@ -33,7 +33,6 @@ server {
|
|
|
|
server_tokens off;
|
|
|
|
server_tokens off;
|
|
|
|
root /dev/null;
|
|
|
|
root /dev/null;
|
|
|
|
|
|
|
|
|
|
|
|
ssl on;
|
|
|
|
|
|
|
|
ssl_certificate {{ matrix_ssl_certs_path }}/live/{{ hostname_matrix }}/fullchain;
|
|
|
|
ssl_certificate {{ matrix_ssl_certs_path }}/live/{{ hostname_matrix }}/fullchain;
|
|
|
|
ssl_certificate_key {{ matrix_ssl_certs_path }}/live/{{ hostname_matrix }}/privkey;
|
|
|
|
ssl_certificate_key {{ matrix_ssl_certs_path }}/live/{{ hostname_matrix }}/privkey;
|
|
|
|
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
|
|
|
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
|
|
|