12 lines
186 B
Caddyfile
12 lines
186 B
Caddyfile
:80 {
|
|
handle_path /git/* {
|
|
reverse_proxy gitea:3000
|
|
}
|
|
|
|
handle_path /registry/* {
|
|
reverse_proxy registry:5000
|
|
}
|
|
|
|
respond /health "AppFactory OK" 200
|
|
}
|