您的位置:首页 > 运维架构 > Nginx

Nginx报错:Sorry, the page you are looking for is currently unavailable. Please try again later.

2016-07-16 09:55 1711 查看
刚装完 PHP、Nginx,准备跑下 phpMyAdmin 程序,结果报以下错误:


An error occurred.

Sorry, the page you are looking for is currently unavailable.

Please try again later.

If you are the system administrator of this resource then you should check theerror log for details.

Faithfully yours, nginx.


解决方案:

仔细检查下 Nginx配置文件,是配置不当造成的!

比如说,我遇到的出错原因如下:

nginx.conf配置文件有这么一段代码:


include vhost/*.conf;


它表示包含 vhost 目录下的所有虚拟机配置文件。在语法上,通过 命令 nginx -t 去检测,它是没错的,但是事实上 vhost文件夹是不存的(忘记建立),所以nginx进程虽然能跑起来,但是前端页面展示还是报错的,最后的解决方案 当然是新建 vhost目录即可!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: