20 lines
275 B
Caddyfile
20 lines
275 B
Caddyfile
ada-dev.ru {
|
|
reverse_proxy 10.122.62.51:7080
|
|
}
|
|
|
|
cloud.ada-dev.ru {
|
|
reverse_proxy 10.122.62.51:8081
|
|
}
|
|
|
|
git.ada-dev.ru {
|
|
reverse_proxy 10.122.62.51:3002
|
|
}
|
|
|
|
pass.ada-dev.ru {
|
|
reverse_proxy 10.122.62.95:10380
|
|
}
|
|
|
|
# projects.ada-dev.ru {
|
|
# reverse_proxy 10.122.62.51:4567
|
|
# }
|