10 lines
204 B
Caddyfile
Executable file
10 lines
204 B
Caddyfile
Executable file
localhost {
|
|
@api path /api/* /auth/* /openapi.json
|
|
handle @api {
|
|
reverse_proxy @api host.docker.internal:8000
|
|
}
|
|
|
|
handle {
|
|
reverse_proxy * host.docker.internal:4321
|
|
}
|
|
}
|