hackclub-nest/Caddyfile

16 lines
260 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
}
}
2024-10-13 04:36:42 +00:00
http://spotify.neon.hackclub.app {
2024-10-13 04:33:19 +00:00
bind unix/.spotify.sock|777
2024-10-13 04:26:57 +00:00
reverse_proxy localhost:37935
}