Update Caddyfile

This commit is contained in:
prafull-opensignlabs
2025-03-21 17:49:03 +05:30
committed by GitHub
parent ad165914c1
commit 4fe87f41a0
+2 -2
View File
@@ -1,7 +1,7 @@
{$HOST_URL} {
reverse_proxy client:3000
handle_path /app/* {
handle_path /api/* {
reverse_proxy server:8080
rewrite * /app{uri}
rewrite * {uri}
}
}