1
Fork 0
holycow/Caddyfile

6 lines
150 B
Text
Raw Normal View History

2024-11-29 11:56:23 +00:00
:30002 {
reverse_proxy http://localhost:30000
2024-11-30 13:07:23 +00:00
reverse_proxy /api/* http://localhost:30001
reverse_proxy /telegram/webhook http://localhost:30001
2024-11-29 11:56:23 +00:00
}