This website works better with JavaScript
Home
Explore
Help
Sign In
secstate
/
homelab
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
08ba2db7a4
Branches
Tags
master
homelab
/
ansible
/
roles
/
fifteen5
/
files
/
nginx-location.conf
nginx-location.conf
57 B
History
Raw
1
2
3
location / {
return 301 https://$host$request_uri;
}