18 lines
233 B
Caddyfile
18 lines
233 B
Caddyfile
|
http://localhost {
|
||
|
handle_path /proxy/db {
|
||
|
}
|
||
|
|
||
|
handle_path /proxy/blog {
|
||
|
}
|
||
|
|
||
|
reverse_proxy http://main
|
||
|
}
|
||
|
|
||
|
# http://localhost:8080 {
|
||
|
# reverse_proxy http://db-admin
|
||
|
# }
|
||
|
|
||
|
http://localhost:8081 {
|
||
|
reverse_proxy http://blog:2368
|
||
|
}
|