开发者社区> 问答> 正文

centos6.3 nginx wordpress 安装问题:配置报错 

通过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; } }

展开
收起
kun坤 2020-05-31 22:30:08 688 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

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