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
/
rory.gay
/
lfs.nix
blob: e406519723fe72e895355e9e0a116ebf42fc9180 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
root
=
"/data/nginx/html_lfs"
;
locations
=
{
"/"
=
{
index
=
"index.html"
;
};
};
}