It sounds like you've encountered an issue related to the firewall settings on Oracle Cloud that might be blocking your Nginx server from receiving traffic. Here's how you can address this:
Step 8: Configuring Oracle Cloud Security Rules
-
Access the Console: Log in to your Oracle Cloud console and navigate to the Networking section.
-
Security Lists: Go to "Virtual Cloud Networks" (VCNs) and select the VCN associated with your instance. Then, under "Security," find the security list attached to your subnet.
-
Add Inbound Rules:
- Click on the security list name.
- Add inbound rules for ports 80 and 443 if they don't already exist.
- Protocol: TCP
- Source CIDR:
0.0.0.0/0(or a more restrictive IP range if you prefer) - Destination Port Range:
- For HTTP:
80 - For HTTPS:
443
- For HTTP:
Example rules:
plaintext1- Protocol: TCP, Source CIDR: 0.0.0.0/0, Destination Port Range: 80 2-
Read the full article at DEV Community
Want to create content about this topic? Use Nemati AI tools to generate articles, social posts, and more.

![[AINews] The Unreasonable Effectiveness of Closing the Loop](/_next/image?url=https%3A%2F%2Fmedia.nemati.ai%2Fmedia%2Fblog%2Fimages%2Farticles%2F600e22851bc7453b.webp&w=3840&q=75)



