centos7 用yum方式安装nginx并关联php
打开nginx.conf文件进行关联配置按要求加入以下配置参数location/{root/usr/share/nginx/html;indexindex.htmlind...
打开 nginx.conf 文件进行关联配置按要求加入以下配置参数 location / { root /usr/share/nginx/html; index index.html index.htm index.php; } location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } 加入后重启nginx 失败,求解
展开
3个回答
2019-06-13
展开全部
这么简单的东西都不会?你这水平能找到工作吗?你是实习的?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2019-06-13
展开全部
你的php-fpm服务启动了吗?要先启php-fpm
追问
启动了,你看看配置对吗
追答
你可以先使用
nginx -t
让nginx自己检查下配置文件是否存在格式或者语法错误,它会告诉你在配置文件第几行存在错误
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询