Hi we have a site installed nginx when issues started coming up installed 24 hours back .. Static content and html served from nginx cache and rest from apache.\ Issue started coming few hours back where on opeing site.com we got http://www.site.com/cgi-sys/defaultwebpage.cgi Also in case we do a restart or stop nginx site.com gets ok once nginx starts again above issue starts Nginx works properly so does all other links and also site.com/index.html is ok. Please help
The problem is your website unable to resolve A record properly with nginx. Please make sure port 80 resolving with nginx and site A record.
you must configure the file types in which nginx will process, it should be included on the configuration of the domain vhost file. Are you using cPanel?
See my article about it here: http://www.ivankristianto.com/web-d...tall-nginx-as-reverse-proxy-with-apache/1531/
From your post I can understand that you are most probably using cPanel, however more information is needed to resolve this kind of issue. If you'd like, pm me the details and I'll try to help out.
Back with the damn problem Same issue just site.com no ok all other links ok including site.com/index.html
I have checked your domain and .html extension files shows not found error. Also index.php (http://www.homeideaz.com/index.php) serve with nginx. You need to check with .htaccess file and make sure your nginx allowed extensions ( .html, .php .jpg).