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


    刚装完 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目录即可!

  • 相关阅读:
    html5——渐变
    html5——背景
    html5——边框
    html5——私有前缀
    html5——盒子模式
    html5——文本阴影
    html5——颜色
    html5——css选择器
    html5——DOM扩展
    html5——多媒体(一)
  • 原文地址:https://www.cnblogs.com/52php/p/5675424.html
Copyright © 2020-2023  润新知