AddHandler application/x-httpd-php .htm in nginx?

codetr nginx-forum at nginx.us
Thu Aug 19 00:35:00 MSD 2010


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




More information about the nginx mailing list