Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Not able to access my compute instance using public ip with ngnix

User_0W1S2Nov 28 2021

Connected with SSH and able to configure ngnix
Configured in local getting welcome page html with curl

/etc/nginx/sites-enabled# curl localhost

<!DOCTYPE html>

<html>

<head>

<title>Welcome to nginx!</title>

<style>

    body {

        width: 35em;

        margin: 0 auto;

        font-family: Tahoma, Verdana, Arial, sans-serif;

    }

</style>

</head>

<body>

<h1>Welcome to nginx!</h1>

<p>If you see this page, the nginx web server is successfully installed and

working. Further configuration is required.</p>




<p>For online documentation and support please refer to

<a href="http://nginx.org/">nginx.org</a>.<br/>

Commercial support is available at

<a href="http://nginx.com/">nginx.com</a>.</p>




<p><em>Thank you for using nginx.</em></p>

</body>

</html>

but getting connection refused when trying to open with public ip.
Firewall is inactive.

Comments
Post Details
Added on Nov 28 2021
1 comment
341 views