Hello, I wanted to know if this was normal or not. I have a nginx server on port 64297 and can’t access it from my computer navigator. I can access apps on port 80 or 443 wihtout any problem. I did all the networking rules, and I’m sure it works since I can access it from another droplet in the same private network. Does anyone already experienced this or have an idea on how to solve it ? (I can’t change port 64297, all the standard port are already taken). I can provide further informations if needed.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Heya @e8a683043f184a208dde326b6d37ff,
Ensure that you have allowed the port on your firewall for external use.
Additionally, make sure Nginx is actually listening on that port and you can see it working. You can use:
nestat -tulpen | grep nginx
Heya,
The Firewall configuration seems fine, you can also try to connect from another device as this might be an connectivity issue from your local machine itself.
Also you can examine the Nginx error logs for any additional information:
- sudo tail -f /var/log/nginx/error.log
Regards
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.