开发者社区> 问答> 正文

centos6.3 nginx wordpress 安装问题- centos报错

通过http://192.168.1.x/wordpress/readme.html访问,可以看到静态的html页面内容。

但是输入http://192.168.1.x/wordpress/wp-admin/install.php提示

502 Bad Gateway

nginx配置如下:

server {
listen       80;
server_name  localhost;
root         /usr/local/web/;
try_files $uri $uri/ /index.php;
location ~ \.php$ {
include        fastcgi_params;
fastcgi_pass   localhost:53217;
fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
}
}

展开
收起
montos 2020-06-02 18:41:29 599 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
《Nginx 代理系统常用手册》 立即下载
CentOS Nginx PHP JAVA 多语言镜像使用手 立即下载
CentOS Nginx PHP JAVA多语言镜像使用手册 立即下载