Caddyfile updated

This commit is contained in:
Dmitry Afanasyev 2023-03-04 18:33:25 +03:00
parent c931bfb840
commit c520316d52

View File

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