[PHP] windows下配置nginx+php →→→→→进入此内容的聊天室

来自 , 2020-03-22, 写在 PHP, 查看 126 次.
URL http://www.code666.cn/view/e8258e51
  1. <code># pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
  2. #
  3. location ~ \.php$ {
  4.       root           D:/wnmp/www;
  5.       fastcgi_pass   127.0.0.1:9000;
  6.       fastcgi_index  index.php;
  7.       fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
  8.       include        fastcgi_params;
  9. }
  10. </code>

回复 "windows下配置nginx+php"

这儿你可以回复上面这条便签

captcha