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
/
sites-available
/
redirect-ssl-all
9 lines
105 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
More Nginx config files plus Readme
2015-10-03 15:37:18 +02:00
server {
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
server_name .example.com;
listen 80;
More Nginx config files plus Readme
2015-10-03 15:37:18 +02:00
include inc/redirect-ssl;
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
include inc/letsencrypt;
More Nginx config files plus Readme
2015-10-03 15:37:18 +02:00
}