diff --git a/recapturedocs/ubuntu/nginx config b/recapturedocs/ubuntu/nginx config index 129ee34..4d4f314 100644 --- a/recapturedocs/ubuntu/nginx config +++ b/recapturedocs/ubuntu/nginx config @@ -12,10 +12,9 @@ server { } server { - listen 443; - listen [::]:443; + listen 443 ssl; + listen [::]:443 ssl; - ssl on; ssl_certificate /etc/letsencrypt/live/recapturedocs.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/recapturedocs.com/privkey.pem;