zoukankan      html  css  js  c++  java
  • nginx index.html

    [root@web03 nginx]# ls -l|grep -v temp
    total 36
    drwxr-xr-x 2 root root 4096 Jun 7 15:36 conf
    drwxr-xr-x 2 root root 4096 Jun 7 15:36 html
    drwxr-xr-x 2 root root 4096 Jun 7 15:36 logs
    drwxr-xr-x 2 root root 4096 Jun 7 15:36 sbin
    [root@web03 nginx]# cd html/
    [root@web03 html]# ls
    50x.html index.html
    [root@web03 html]# cat index.html
    <!DOCTYPE html>
    <html>
    <head>
    <title>Welcome to nginx!</title>
    <style>
    body {
    35em;
    margin: 0 auto;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    }
    </style>
    </head>
    <body>
    <h1>Welcome to nginx!</h1>
    <p>If you see this page, the nginx web server is successfully installed and
    working. Further configuration is required.</p>

    <p>For online documentation and support please refer to
    <a href="http://nginx.org/">nginx.org</a>.<br/>
    Commercial support is available at
    <a href="http://nginx.com/">nginx.com</a>.</p>

    <p><em>Thank you for using nginx.</em></p>
    </body>
    </html>
    [root@web03 html]#

  • 相关阅读:
    初识 Umbraco CQ
    程序员的利器SourceInsight CQ
    关于Hg的文件过滤 CQ
    蓝桥杯 基本内容
    leedswriting符号
    tiny mission 2021 11 15
    拓扑排序+二分答案+建图
    mission 11.24
    高数积分求面积
    高数积分求弧长
  • 原文地址:https://www.cnblogs.com/liweiming/p/6957511.html
Copyright © 2011-2022 走看看