mirror of
https://github.com/Balshgit/pydio.git
synced 2025-09-10 12:00:40 +03:00
15 lines
238 B
Caddyfile
15 lines
238 B
Caddyfile
{
|
|
https_port 8085
|
|
skip_install_trust
|
|
local_certs
|
|
}
|
|
localhost {
|
|
reverse_proxy {
|
|
to https://cells1:8080
|
|
transport http {
|
|
tls
|
|
tls_insecure_skip_verify
|
|
}
|
|
}
|
|
tls internal
|
|
} |