diff --git a/Caddyfile b/Caddyfile index 12182d2..ee5c743 100644 --- a/Caddyfile +++ b/Caddyfile @@ -9,3 +9,7 @@ http://neon.hackclub.app { } } +http://spotify.hackclub.app { + bind unix/.spotify.sock|777 + reverse_proxy localhost:378625 +}