Compare commits

..

1 Commits

Author SHA1 Message Date
Adrian 2d35e73281 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 01:36:54 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
server {
server_name .example.com;
server_name *.example.com;
listen 80;