mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
51a4cd359e
* typescript support * frontend * type inference * type inference * v0 works * v0 typescript * v0 typescript * deno-client v0 * deno-client v0 * build_deno * rm autogenerated files * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * test workflow * on tags * createResource * createResource * createResource2 * typescript support * templates * include version
13 lines
225 B
Caddyfile
13 lines
225 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
:80 {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* http://localhost:8000
|
|
reverse_proxy /* http://localhost:3000
|
|
reverse_proxy /ws/* http://localhost:3001 {
|
|
lb_policy header "Authorization"
|
|
}
|
|
|
|
}
|