yes, good point, thanks for your help!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuCaddy
A working caddy configuration for https, using the domain calibre.mydomain.com:
calibre.mydomain.com {
reverse_proxy localhost:8083 {
header_up X-Scheme https
}
}