hackclub-nest/Caddyfile

12 lines
163 B
Caddyfile
Raw Normal View History

{
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
}
}