public fqdn

This commit is contained in:
2023-03-04 18:40:38 +03:00
parent c520316d52
commit bcd98b8e36
2 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
:8080 {
reverse_proxy cells1:8080
{
https_port 8080
skip_install_trust
local_certs
}
bot.{$RU_DOMAIN} {
reverse_proxy {
to https://cells1:8080
transport http {
tls
tls_insecure_skip_verify
}
}
tls internal
}