Yes. worked with this code. Long live the nginx [code] location ~ \.htm$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.htm; include fastcgi.conf; } [/code] Posted at Nginx Forum: http://forum.nginx.org/read.php?2,67909,121087#msg-121087