13 lines
225 B
Caddyfile
13 lines
225 B
Caddyfile
:8080 {
|
|
reverse_proxy /* localhost:3000
|
|
reverse_proxy /api* localhost:8000
|
|
reverse_proxy /rapidoc* localhost:8000
|
|
reverse_proxy /openapi.json localhost:8000
|
|
reverse_proxy /socket.io* localhost:8000
|
|
|
|
}
|
|
|
|
|
|
|
|
|