时间:2021-07-01 10:21:17 帮助过:41人阅读
location ~ \.php(.*)$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $1;
include fastcgi_params;
} 关于path_info的配置,网上找了好久,一直没解决,后来看了这哥们的博客终于搞定了,附个连接: 以上就是mac如何使用homebrew安装lnmp详解的详细内容,更多请关注Gxl网其它相关文章!