hackclub-nest/Caddyfile
2024-10-13 04:08:44 +00:00

13 lines
165 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
}
}