diff --git a/nginx/proxy-https-to-http.conf b/nginx/proxy-https-to-http.conf index 8d80b9f..1c7cfa1 100644 --- a/nginx/proxy-https-to-http.conf +++ b/nginx/proxy-https-to-http.conf @@ -51,7 +51,6 @@ server { ## Strong SSL Security ## https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html - ssl on; ssl_certificate {{SSL_CERTIFICATE_PATH}}; ssl_certificate_key {{SSL_KEY_PATH}}; ssl_verify_client off;