github.com/qsunny/k8s@v0.0.0-20220101153623-e6dca256d5bf/examples-master/staging/https-nginx/index2.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3  <head>
     4  <title>Nginx reloaded!</title>
     5  <style>
     6      body {
     7          width: 35em;
     8          margin: 0 auto;
     9          font-family: Tahoma, Verdana, Arial, sans-serif;
    10      }
    11  </style>
    12  </head>
    13  <body>
    14  <h1>Nginx has been reloaded!</h1>
    15  <p>If you see this page, the nginx web server has been automatically reloaded, since the config file has been updated using <a href="https://github.com/kubernetes/kubernetes">Kubernetes</a>.</p>
    16  
    17  
    18  <p>For online documentation and support please refer to
    19  <a href="http://kubernetes.io/">kubernetes.io</a>.<br/></p>
    20  
    21  <p>For online documentation and support please refer to
    22  <a href="http://nginx.org/">nginx.org</a>.<br/>
    23  Commercial support is available at
    24  <a href="http://nginx.com/">nginx.com</a>.</p>
    25  
    26  <p><em>Thank you for using nginx.</em></p>
    27  </body>
    28  </html>