nginx/{php,static}: Remove legacy "ssl on" directive

master
Felix Stupp 3 years ago
parent 0781b4c175
commit 2e71da368b
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -3,7 +3,6 @@ server {
listen [::]:443 ssl http2;
server_name {{ effective_domain }};
ssl on;
ssl_certificate {{ acme_fullchain_location }};
ssl_certificate_key {{ acme_key_location }};

@ -3,7 +3,6 @@ server {
listen [::]:443 ssl http2;
server_name {{ effective_domain }};
ssl on;
ssl_certificate {{ acme_fullchain_location }};
ssl_certificate_key {{ acme_key_location }};

Loading…
Cancel
Save