window下搭建nginx和php环境。
location ~ \.php$ {
root f:/bjsasc/tipaskx;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME f:/bjsasc/tipaskx$fastcgi_script_name;
include fastcgi_params;
}
安装路径为http://localhost/public/install 但是提示是404找不到,紧急,谢谢