diff --git a/roles/nginx/php/templates/server.conf b/roles/nginx/php/templates/server.conf index 79baedc..f8222d1 100644 --- a/roles/nginx/php/templates/server.conf +++ b/roles/nginx/php/templates/server.conf @@ -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 }}; diff --git a/roles/nginx/static/templates/static.conf b/roles/nginx/static/templates/static.conf index d5c2ac4..cb22887 100644 --- a/roles/nginx/static/templates/static.conf +++ b/roles/nginx/static/templates/static.conf @@ -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 }};