5 lines
150 B
Caddyfile
5 lines
150 B
Caddyfile
:30002 {
|
|
reverse_proxy http://localhost:30000
|
|
reverse_proxy /api/* http://localhost:30001
|
|
reverse_proxy /telegram/webhook http://localhost:30001
|
|
}
|