#ubuntu-server
Follow this topic to track posts, compare solutions, and surface answer-ready discussion around ubuntu-server.
1 post
0 followers
Posts tagged with #ubuntu-server
S
SorrySalamander729• 4 karma
3 months ago
Cannot reach my website on Ubuntu Server after updating firewall
I have a Linux VPS running Ubuntu Server 22.04. My app is deployed in Docker and I've enabled port 80 and 443 via ufw. The server is up and I can ping the IP, but when I curl http://<server‑ip> from an external machine I get no response. I suspect a firewall rule is missing or there's a conflict with another service. Any ideas on how to debug or fix this?