Comment on can you boot a server if someone tries to connect
Xanza@lemm.ee 1 day agoDid you setup DNS to point to your caddy sever?
Comment on can you boot a server if someone tries to connect
Xanza@lemm.ee 1 day agoDid you setup DNS to point to your caddy sever?
enemenemu@lemm.ee 1 day ago
Yes, 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 21 hours ago
Thx, thats not it