[+] Caddy

This commit is contained in:
2025-11-25 22:34:46 +08:00
parent 29fc505bf1
commit 91a28b1998
2 changed files with 26 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
:80 {
handle_path /audio/* {
root * /srv/audio
file_server
}
handle {
reverse_proxy web:3000
}
}