initial commit

This commit is contained in:
2023-03-04 18:21:14 +03:00
commit 491ccd1cac
6 changed files with 552 additions and 0 deletions

15
conf/Caddyfile Normal file
View File

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