This website requires JavaScript.
Explore
Help
Sign In
adrian
/
config
Watch
1
Star
0
Fork
You've already forked config
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
config
/
nginx
/
snippets
/
redirect-ssl
4 lines
54 B
Plaintext
Raw
Permalink
Blame
History
location / {
return 301 https://$host$request_uri;
}
Reference in New Issue
View Git Blame
Copy Permalink