linux/conf/nginx/inc/redirect-ssl
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

3 lines
54 B
Text

location / {
return 301 https://$host$request_uri;
}