index
:
jackjamison.net
master
Content and configuration for jackjamison.net
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nginx
/
homepage.conf
blob: bc69fbb28b208ef7d2157b9bf3dad02bfa2f78a5 (
plain
)
1
2
3
4
5
6
server { location / { root /var/www/homepage; index index.html; } }