hackclub-nest/default_stuff/Caddyfile
neon 5271a138c3 feat(main): init
commit may contain secret info, or not follow .gitignore
2024-09-11 00:11:58 +00:00

11 lines
163 B
Caddyfile

{
admin unix//home/neon/caddy-admin.sock
}
http://neon.hackclub.app {
bind unix/.webserver.sock|777
root * /home/neon/pub
file_server {
hide .git .env
}
}