php为fastcgi模式
location ~ ^/(image|images)/.*.(php|php5)$
{
deny all;
}
location ~ .*.(php|php5)?$
{
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fcgi.conf;
声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。
php为fastcgi模式
location ~ ^/(image|images)/.*.(php|php5)$
{
deny all;
}
location ~ .*.(php|php5)?$
{
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fcgi.conf;
声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。