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中文網其他相關文章!