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; }
以上是mac如何使用homebrew安装lnmp详解的详细内容。更多信息请关注PHP中文网其他相关文章!