在配置中加上

location ~ .*\.(php|php5)?$ {
 fastcgi_pass 127.0.0.1:9000;
 fastcgi_read_timeout 700;
 fastcgi_index index.php;
 include fastcgi.conf;
 }

相关文章:

  • 2021-11-11
  • 2021-09-14
  • 2021-10-09
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-08-03
  • 2021-12-28
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案