504 Timeout Error when access website. Nginx Problem?
Re: 504 Timeout Error when access website. Nginx Problem?
Fixed.
A several moments:
- don't add IP like 8.8.8.8 to domain, system can't allocate this address
- disable nginx support for one domain it's not always good idea.
A several moments:
- don't add IP like 8.8.8.8 to domain, system can't allocate this address
- disable nginx support for one domain it's not always good idea.
Code: Select all
sudo service apache2 status
* apache2 is running
Re: 504 Timeout Error when access website. Nginx Problem?
So how do you fix the system?
I want to know how, so I can fix it my self next time.
I want to know how, so I can fix it my self next time.
Re: 504 Timeout Error when access website. Nginx Problem?
* Look at logs ;-)
* Change IP for default.domain from 8.8.8.8 to your ip
* Enable nginx support for domains
* Rebuild web
* Check config
* restart services nginx/apache for test.
It's worked fine, as I can see. You don't need to uninstall or reinstall anything ;-)
* Change IP for default.domain from 8.8.8.8 to your ip
* Enable nginx support for domains
* Rebuild web
* Check config
* restart services nginx/apache for test.
It's worked fine, as I can see. You don't need to uninstall or reinstall anything ;-)