fix(caddy): route server discovery to the API (#1636)

This commit is contained in:
Hampus
2026-08-15 19:32:17 +02:00
committed by GitHub
parent de614db368
commit b937306210
+4
View File
@@ -42,6 +42,10 @@
reverse_proxy static-proxy:8080
}
handle /.well-known/fluxer {
reverse_proxy api:8080
}
handle {
reverse_proxy app-proxy:8080
}