-
As per topic title, I'm getting "ERR_CONNECTION_REFUSED" when trying to access my Nextcloud AIO instance, even though all containers have status 'green' in the AIO control panel (which I was able to access after manually stopping the nextcloud-aio-apache container). I'm running Caddy reverse proxy on a different host and figured perhaps some update caused a misconfiguration. So I added the reverse proxy's IP in config.php as per this article under 'trusted_domains' and 'trusted-proxies' (where, to my suprise, the IP of the reverse proxy wasn't present). This did not fix the issue, even after stopping and starting all containers. What else could be causing this / how do I debug this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Well, seems I fixed it by editing the original docker-compose.yml file I used to set up my AIO instance last year. Here I replaced the IP of my old Nginx proxy server (which I was still using back then) with the one of my current Caddy reverse proxy. I then stopped the nextcloud-aio-mastercontainer, removed it and ran the command How this problem was caused in the first place is still a mystery to me. |
Beta Was this translation helpful? Give feedback.
-
Ok, seems I cried victory too soon - this problem just manifested itself AGAIN. What else can I do to debug this? |
Beta Was this translation helpful? Give feedback.
While trying to add a test config to my
sites.caddy
file an messing around with it a bit, suddenly my setup started working again?!I'm completely clueless on what caused (and solved) this issue, but something tells me this will not be the last time I'm going to run into it :-\
At any rate, thanks for all your suggestions so far, @szaimen . Fingers crossed it'll keep working now...