linux中Nginx+FastCGI+PHP启动PHPINFO完美方法

下面自己在做thinkphp时要用到PHPINFO了,下面我来介绍在Nginx+FastCGI+PHP中实现PHPINFO开启方法,希望例子能帮助到各位,代码如下: location ~ ^.+\.php { root D:/workspace; fastcgi_pass bakend; fastcgi_index index.php; # 关键在这里 set $real_script