Archive Legacy Setup And Add Ansible Control Plane
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user