From 90cb708616435654b30ad43d223702ab3ecaf6d5 Mon Sep 17 00:00:00 2001 From: Saahil Date: Sun, 13 Oct 2024 00:16:35 -0400 Subject: [PATCH] update: add domain to caddy Signed-off-by: Saahil --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) 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 +}