Compare commits

..

2 Commits

Author SHA1 Message Date
Adrian a8cbac271f Small fix in Nginx config 2016-03-17 00:48:44 +01:00
Adrian 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
1 changed files with 1 additions and 1 deletions

View File

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