20 lines
565 B
Caddyfile
20 lines
565 B
Caddyfile
git.ada-dev.ru {
|
|
tls /config/lego/certificates/ada-dev.ru.crt /config/lego/certificates/ada-dev.ru.key
|
|
reverse_proxy 192.168.1.5:3002
|
|
}
|
|
|
|
cloud.ada-dev.ru {
|
|
tls /config/lego/certificates/ada-dev.ru.crt /config/lego/certificates/ada-dev.ru.key
|
|
reverse_proxy 192.168.1.5:8081
|
|
}
|
|
|
|
router.ada-dev.ru {
|
|
tls /config/lego/certificates/ada-dev.ru.crt /config/lego/certificates/ada-dev.ru.key
|
|
reverse_proxy 192.168.1.1:80
|
|
}
|
|
|
|
dns.ada-dev.ru {
|
|
tls /config/lego/certificates/ada-dev.ru.crt /config/lego/certificates/ada-dev.ru.key
|
|
reverse_proxy 192.168.1.10:8088
|
|
}
|