Compare commits

..

2 commits

Author SHA1 Message Date
a8cbac271f Small fix in Nginx config 2016-03-17 00:48:44 +01:00
e9ae09f963 Update Nginx config
* Make only Let's Encrypt path available on port 80
* Protect WordPress admin URLs
* Seperate logs for hosts
* Update example PHP config
* Update README
2016-03-17 00:41:34 +01:00

View file

@ -1,3 +1,3 @@
location /.well-known/acme-challenge {
alias /data/letsencrypt/challenge;
alias /data/letsencrypt;
}