Files
classquiz-ai/Caddyfile
T
2022-04-14 12:43:28 +02:00

16 lines
316 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
reverse_proxy /socket.io/* localhost:8000
reverse_proxy /ms http://localhost:7700
}