Update 'README.md'

This commit is contained in:
tbergervoet
2018-09-26 13:38:48 +00:00
parent 1d9f68a2d8
commit 9ae21551d1

View File

@@ -29,5 +29,12 @@ server {
location ~ /\.ht { location ~ /\.ht {
deny all; 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;
} }
``` ```