linux/conf/nginx/sites-available/redirect-ssl-all
Adrian c58105e816 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:52:10 +01:00

8 lines
105 B
Text

server {
server_name .example.com;
listen 80;
include inc/redirect-ssl;
include inc/letsencrypt;
}