Comment on can you boot a server if someone tries to connect
enemenemu@lemm.ee 1 day agoYes, it works with nginxproxymanager. There’s probably something going on with selinux - I may disable it the next time to test the assumption.
Comment on can you boot a server if someone tries to connect
enemenemu@lemm.ee 1 day agoYes, it works with nginxproxymanager. There’s probably something going on with selinux - I may disable it the next time to test the assumption.
Xanza@lemm.ee 1 day ago
Is your caddy container network set to host? Or at least set to a network which is on the same network as your proxied services?
Ensure that nginx is stopped, and if the domain doesn’t work, attempt to direct connect using your servers IP address and the correct port. If you still can’t connect, check your firewall rules.
enemenemu@lemm.ee 1 day ago
Thx, thats not it