ok now I see
ports:
- 444:443 # HTTPS remapped from 443 to 444
- 81:81 # NPM UI stays on 81
- 8080:80 # HTTP remapped from 80 to 8080
Your ports are incorrect. You need to use 443 / 80 instead of 444 / 8080. This doesn’t make sense
1 Like
Got it, problem solved.
I recall now, Baikal, the CardDAV/CalDAV service, was conflicting with Nginx ports on my NAS, so I changed Nginx’s ports and backed up the compose.
Thank you very much for helping with this.
the revers proxy should use 80/443 always. Other apps should move to other ports. Because you can setup them to use the revers proxy.
1 Like
This makes sense and noted for future reference.
I don’t know why, but all of a sudden my Nginx stopped working.
I SSH’d into dietpi and there were some patches available. One of them was not applied yet so I applied it and after rebooting I can no longer reach Nginx via it’s web interface and none of my proxy’s work.
I can still get into Pihole though.
You need to check the container and logs. Furthermore this is unrelated to the original topic.