index
:
crupest.git
dev
main
old-main
crupest's personal main repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
template
/
nginx
/
forbid_unknown_domain.conf
blob: 661a2b61081f7ed1ff3505195fd104bc943888cf (
plain
)
1
2
3
4
5
6
server { listen 80 default_server; listen [::]:80 default_server; return 444; }