
源码包
37610
win下nginx配置问题已解决
win下nginx配置问题已解决
悬赏8积分
提问者艾象科技罗朋
答案数1
阅读数922
发表时间2020-11-06 15:29:58
答案列表
![]() 可以参考下下面的核心配置 server { listen 80;server_name localhost; location / { root /var/www/zentaopms/www; try_files $uri $uri/ /index.php?$args; index index.php index.html; } location ~ \.php$ { root /var/www/zentaopms/www; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $request_uri; include fastcgi_params; } } ![]() |
联系我们

联系人
刘璐/高级客户经理

电话(微信)
18562550650

QQ号码
2845263372

联系邮箱
liulu@chandao.com
