index
:
utils
this commit
main
Utilities and notes for own deployment
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
in-a-box
/
.docker
/
nginx
/
nginx.conf
blob: 3acaf5b2b0aad247bdc30a2ce335ee30c5c2fa3d (
plain
) (
blame
)
1
2
3
4
5
6
7
server { listen 80; listen [::]:80; server_name $NGINX_HOST; root /var/www/html; }