index.html not detected?

Floren Munteanu admin at yqed.com
Mon May 19 00:36:39 MSD 2008


Any idea why domain.com/index.html is not detected, when I visit:
http://www.domain.com/ ?

listen					80;
server_name					www.domain.com;

location / {
	root					/var/www/html;
	index					index.html index.htm;

	fastcgi_index			index.php;
	fastcgi_pass			127.0.0.1:9000;
	fastcgi_param			SCRIPT_FILENAME
/var/www/html$fastcgi_script_name;
	include				fastcgi.conf;

}

Thanks.






More information about the nginx mailing list