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
/
sentry.nix
blob: 7eaa87d100883bd57bb25fda0f1937787e503fc4 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
locations
=
{
"/"
=
{
proxyPass
=
"http://192.168.1.4:9000"
;
};
};
}