hackclub-nest/Caddyfile
Saahil f1eaf98e84
feat: spotify + slack (#3)
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2024-10-13 00:19:50 -04:00

15 lines
256 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
}
}
http://spotify.hackclub.app {
bind unix/.spotify.sock|777
reverse_proxy localhost:378625
}