nginx: remove deprecated ssl directive (#58339)

This commit is contained in:
Nicolas Roche 2021-11-03 18:06:01 +01:00
parent 23a45cab97
commit 1752b76457
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ server {
listen 443 ssl;
server_name {{nginx_host_pattern}};
ssl on;
ssl_certificate {{ssl_certificate}};
ssl_certificate_key {{ssl_certificate_key}};

View File

@ -2,7 +2,6 @@ server {
listen 443 ssl;
server_name {{nginx_host_pattern}};
ssl on;
ssl_certificate {{ssl_certificate}};
ssl_certificate_key {{ssl_certificate_key}};