This website requires JavaScript.
Explore
Help
Sign In
ansible
/
homelab
Watch
1
Star
0
Fork
You've already forked homelab
0
Code
Issues
33
Pull Requests
Projects
1
Releases
Wiki
Activity
e48997e139
homelab
/
roles
/
nginx
/
files
/
snippets
/
force-ssl.conf
3 lines
64 B
Plaintext
Raw
Blame
History
if ($scheme = "http") {
return 301 https://$host$request_uri;
}
Reference in New Issue
View Git Blame
Copy Permalink