pzrr

 

location / {
root /wwwroot/phptest;
index index.html index.htm index.php;
}

location ~ \.(php|php5)$ {
root /wwwroot/phptest;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /wwwroot/phptest$fastcgi_script_name;
include fastcgi_params;
}

分类:

技术点:

相关文章:

  • 2021-11-03
  • 2021-11-03
  • 2021-11-03
  • 2021-10-24
  • 2021-11-03
  • 2021-11-19
  • 2022-12-23
  • 2021-11-03
猜你喜欢
  • 2021-11-10
  • 2021-11-03
  • 2021-11-03
  • 2021-11-11
  • 2022-03-03
  • 2021-11-06
  • 2021-11-03
相关资源
相似解决方案