10 lines
271 B
Caddyfile
10 lines
271 B
Caddyfile
#* {
|
|
:8080 {
|
|
# tls /home/mawoka/certs/cert.pem /home/mawoka/certs/key.pem
|
|
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
|
|
}
|