mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
13 lines
303 B
Caddyfile
13 lines
303 B
Caddyfile
http://localhost {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* http://localhost:8000
|
|
reverse_proxy /* http://localhost:3000
|
|
reverse_proxy /ws/* http://localhost:3001
|
|
}
|
|
|
|
https://localhost {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* http://localhost:8000
|
|
reverse_proxy /ws/* http://localhost:3001
|
|
}
|