mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
9 lines
137 B
Caddyfile
9 lines
137 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
:80 {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* http://localhost:8000
|
|
reverse_proxy /* http://localhost:3000
|
|
}
|