Compare commits

..

1 Commits

Author SHA1 Message Date
Adrian 5e482a7f08 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:53:40 +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;
alias /data/letsencrypt/challenge;
}