hackclub-nest/Caddyfile

16 lines
294 B
Text
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
}
}
http://spotify.hackclub.app {
2024-10-13 04:30:55 +00:00
bind unix//home/neon/.spotify.neon.hackclub.app.webserver.sock|777
2024-10-13 04:26:57 +00:00
reverse_proxy localhost:37935
}