mirror of
https://github.com/michivonah/bbzw-horizon.git
synced 2025-12-22 17:16:27 +01:00
25 lines
422 B
Caddyfile
25 lines
422 B
Caddyfile
<DOMAIN> {
|
|
handle_path /api/* {
|
|
rewrite /api/* /{http.request.uri.path.4}
|
|
reverse_proxy webservice-inp21b:8080
|
|
}
|
|
|
|
handle / {
|
|
reverse_proxy frontend:5173
|
|
}
|
|
|
|
tls internal
|
|
}
|
|
|
|
http://<DOMAIN> {
|
|
handle_path /api/* {
|
|
rewrite /api/* /{http.request.uri.path.4}
|
|
reverse_proxy webservice-inp21b:8080
|
|
}
|
|
|
|
handle / {
|
|
reverse_proxy frontend:5173
|
|
}
|
|
}
|
|
|
|
|