mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fadae2d2b7
* Integrate Uffizzi * remove lsp build Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
6 lines
128 B
Caddyfile
6 lines
128 B
Caddyfile
localhost {
|
|
bind 0.0.0.0
|
|
reverse_proxy /ws/* http://0.0.0.0:3001
|
|
reverse_proxy /* http://0.0.0.0:8000
|
|
}
|