<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">Thanks Reinis.<br><br>I tried to use the code you provided, I'll get an error message 'file not found' (not 404)<br><br><div></div><div id="divNeteaseMailCard"></div><br><pre><br>At 2012-07-18 20:22:21,"Reinis Rozitis" <r@roze.lv> wrote:
>> For now, the problem for me is, if I put below codes in NGINX, then my php file will stop execute.
>
>A quick fix would be just nest the locations or duplicate the fastcgi part. For example:
>
>location ~*^/(home|forum|portal).php$ {
>          limit_conn   addr  3;
>          limit_req zone=refresh burst=3 nodelay;
>
>          fastcgi_pass   unix:/tmp/nginx.socket;
>          fastcgi_index  index.php;
>          fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;
>          include        fastcgi_params;
>}
>
>
>rr
>
>_______________________________________________
>nginx mailing list
>nginx@nginx.org
>http://mailman.nginx.org/mailman/listinfo/nginx
</pre></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>