Site not opening

I have installed easyengine on digitalocean and added the ip, domain to host file. But i couldn’t able to access the site.

Please help.

@siddhu

Can you please give me output of curl -I http://example.com. replace example.com with your domain name?

HTTP/1.1 200 OK

Server: nginx

Date: Mon, 23 Nov 2015 11:29:01 GMT

Content-Type: text/html; charset=UTF-8

Connection: keep-alive

Vary: Accept-Encoding

X-Pingback: http://dawpguys.com/xmlrpc.php

X-Powered-By: EasyEngine 3.3.13

@siddhu

I received 504 status for you site http://dawpguys.com. Looks like your site is very slow. You should debug your site.

yes i did.

ee debug dawpguys.com --all

nothing reflect.

@siddhu

check logs as displayed on terminal, check your php slow logs, mysql slow queries. and update your code accordingly.

@harshadyeola

I have checked everything, but nothing working. i think there might be something wrong on the configuration side. could you please check that.

Thanks

@system

can you please help on the issue.

Thanks

Whats the result of:

ee site info dawpguys.com

sorry for delay

the output is

Information about dawpguys.com:

Nginx configuration wp basic (enabled)

Pagespeed disabled

HHVM disabled

access_log /var/www/dawpguys.com/logs/access.log

error_log /var/www/dawpguys.com/logs/error.log

Webroot /var/www/dawpguys.com

DB_NAME dawpguys_com

DB_USER dawpguys_com

DB_PASS 3nEBJrksGbHhKML

Try deactivating all of your plugins:

cd /var/www/dawpguys.com/htdocs/
wp plugin deactivate --all

If after this your site begins to load, reactivate your plugins, one by one, until you find the conflict.

Also, try changing your theme to a default WP theme.

That’s the farthest I can go, unfortunately.

Hello @harshadyeola and @janiosarmento, thanks for your support.

problem solved. there was a mistake on configuration side.

Thanks