From 9ae21551d1e885b1c65519e53491eda71249dc6f Mon Sep 17 00:00:00 2001 From: tbergervoet Date: Wed, 26 Sep 2018 13:38:48 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a3d7dec..5bfbabb 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,12 @@ server { location ~ /\.ht { deny all; } + + #listen 443 ssl; + #ssl_certificate /etc/letsencrypt/live/vps.wpconcept.work/fullchain.pem; + #ssl_certificate_key /etc/letsencrypt/live/vps.wpconcept.work/privkey.pem; + #include /etc/letsencrypt/options-ssl-nginx.conf; + #ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; + } ``` \ No newline at end of file