mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-14 13:19:35 +00:00
15 lines
260 B
Caddyfile
15 lines
260 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.neon.hackclub.app {
|
|
bind unix/.spotify.sock|777
|
|
reverse_proxy localhost:37935
|
|
}
|