This website requires JavaScript.
Explore
Help
Sign In
adrian
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
linux
/
conf
/
nginx
/
inc
/
redirect-ssl
4 lines
54 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
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
location / {
return 301 https://$host$request_uri;
}