There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

proton_lynx ,

Yep, definitely something wrong with the webserver 😅 Can you try this configuration?


<span style="color:#323232;">https://nextcloud.domain.com {
</span><span style="color:#323232;">        reverse_proxy 192.168.1.182:443 {
</span><span style="color:#323232;">                header_up Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
</span><span style="color:#323232;">                header_up X-Forwarded-Proto {scheme}
</span><span style="color:#323232;">                header_up X-Forwarded-For {remote}
</span><span style="color:#323232;">                header_up X-Real-IP {remote}
</span><span style="color:#323232;">        }
</span><span style="color:#323232;">}
</span>

You said that “originally, the Nextcloud server handled HTTPS with Let’s Encrypt at domain.com” and now you are redirecting to 192.168.1.182 on port 443. Is this Nextcloud server still serving HTTPS with Let’s Encrypt for domain.com?

I’m asking because if you are using Caddy in front of that HTTPS webserver as a reverse-proxy, you will need to override the Host header with the configured upstream address. Here’s the documentation. I think it would be something like this (?):


<span style="color:#323232;">https://nextcloud.domain.com {
</span><span style="color:#323232;">        reverse_proxy domain.com:443 {
</span><span style="color:#323232;">                header_up Host {upstream_hostport}
</span><span style="color:#323232;">                header_up Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
</span><span style="color:#323232;">                header_up X-Forwarded-Proto {scheme}
</span><span style="color:#323232;">                header_up X-Forwarded-For {remote}
</span><span style="color:#323232;">                header_up X-Real-IP {remote}
</span><span style="color:#323232;">        }
</span><span style="color:#323232;">}
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines