chadgeary / cloudoffice

Cloudoffice deploys Nextcloud and OnlyOffice automatically with LetsEncrypt HTTPS certificates. Text and video instructions included. Six compatible cloud providers, or via Ubuntu/Raspberry Pi. Cloud provider deployments include low-cost object storage integration (e.g. S3).
Apache License 2.0
100 stars 12 forks source link

Why is upstream protocol `http` and not `https` for `/nc`? #2

Closed JCZuurmond closed 3 years ago

JCZuurmond commented 3 years ago

For the nextcloud endpoint the upstream protocol is http, while or the root location (onlyoffice) it is https. Why the difference? Should they not both be https? Or does it not matter?

chadgeary commented 3 years ago

We use the Apache (no duckdns) or Nginx (with duckdns) proxy containers for HTTPS to Nextcloud. Nextcloud HTTP is never exposed.