ウィンドウ下の nginx 仮想ホストは php
を解析できません
ローカルの window7 構成 nginx 1.011 仮想ホストは PHP の問題を解析できず、次のような結果になります: 入力ファイルが指定されていません
?
?
http{} が nginx.conf に追加されました:
?
server { listen 80; server_name bbc060; location / { root E:\bbc060; index index.html index.htm index.php; autoindex on; } location ~ \.php$ { #root D:\test; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME E:\bbc060$fastcgi_script_name; include fastcgi_params; } }