nginx/server: Removed ssl on directive

Should no longer be used, listen + ssl marker is working as expected
dehydrated
Felix Stupp 4 years ago
parent fbca70f81f
commit 61c7f72422
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

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

Loading…
Cancel
Save