Skip to content

frappe site working

0

I created a Frappe site on AWS Ubuntu and started the bench, so the site is running on port 8000. I added an inbound rule for Custom TCP on port 8000, but it didn’t work. I then allowed all traffic, but the issue persists. How can I resolve this?

2 Answers
1

Hello.

Can I access a website using the "curl" command on my Ubuntu server?
If you cannot access a website running on your Ubuntu server using the command below, the website may not be running properly.

curl http://localhost:8000

Also, please check that it is not being blocked by the Ubuntu OS firewall as well as the security group.
I recommend that you take a look at the troubleshooting steps in the following document:
https://repost.aws/knowledge-center/ec2-instance-hosting-unresponsive-website

EXPERT

answered a year ago

AWS
EXPERT

reviewed a year ago

0

Try restarting AWS instance, verify security group, and check permissions. https://www.filemail.com/

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.