Using 2 Nextcloudpi instances with reverse proxy (by NGINX Reverse Proxy Manager)

hey @Christoph_Weber and welcome to the community

ahh that’s where your issue is. see here 101: Network, domain and DNS to get an idea of what is required

you only have a single point of entry pointing to your reverse proxy. so you can’t have two DDNS providers pointing to your routers public IPv4 address.

suggest you do the following;

  • domain1 is working and is your primary DNS acting as your single point of entry for your reverse proxy
  • domain2 does not need its own DDNS, thus forward domain2 to your primary DNS on "dyndns service (no-ip) "

that way your reverse proxy will be listening for domain1 and domain2 coming from your primary DNS on "dyndns service (no-ip) " and forwarding client requests to the configured instances.

in other words, don’t use two DDNS providers, but forward your domains to your primary DDNS and let reverse proxy look at the domain names being visited and forwarding the traffic accordingly

2 Likes