index
:
server
master
foo
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
images
/
router
/
nginx
/
snippets
/
wellknown
blob: 17aacf75aa7e3bc4f809f3d14c81ca46eedc2d16 (
plain
)
1
2
3
4
5
location ^~ /.well-known/ { alias /data/wellknown/; try_files $uri $uri/ =404; break; }