Remove deprecated "ssl" directive from nginx configuration

This commit is contained in:
Slavi Pantaleev 2018-06-26 20:43:57 +03:00
parent 053328be08
commit add8169c33
2 changed files with 0 additions and 2 deletions

View file

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

View file

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