11 lines
214 B
Caddyfile
11 lines
214 B
Caddyfile
http://localhost {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /api/* http://localhost:8000
|
|
reverse_proxy /* http://localhost:3000
|
|
}
|
|
|
|
https://localhost {
|
|
bind {$ADDRESS}
|
|
reverse_proxy /ws/* http://localhost:3001
|
|
}
|