/ Home

Fixing 504 Gateway Timeout Error

The 504 Gateway Timeout error is a common HTTP status code that indicates a communication problem between servers. It occurs when one server acting as a gateway or proxy does not receive a timely response from an upstream server.

image

If you notice this error, while trying to reach any website that is deployed in our instance

Follow the steps below

Go to respective EC2 instance, check for status

image

Now to fix 404 in featurepreneur.com

sudo nohup docker-compose -f docker-compose.deploy.yml up &