mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
8 lines
139 B
Caddyfile
8 lines
139 B
Caddyfile
{$HOST} {
|
|
reverse_proxy client:3000
|
|
handle_path /app/* {
|
|
reverse_proxy server:8080
|
|
rewrite * /app{uri}
|
|
}
|
|
}
|