index
:
Rory-Open-Architecture.git
this commit
master
temp-rollback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
host
/
Rory-nginx
/
hosts
/
thearcanebrony.net
/
bots.nix
blob: 07a1782a67547ba674d4606ff7f6c253802231f0 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
locations
=
{
"/"
=
{
proxyPass
=
"http://192.168.1.50:5033"
;
};
};
}