update
Browse files- nginx/html/index.html +3 -3
nginx/html/index.html
CHANGED
|
@@ -26,14 +26,14 @@
|
|
| 26 |
</head>
|
| 27 |
<body>
|
| 28 |
<div class="container">
|
| 29 |
-
<h1>
|
| 30 |
<p>Welcome to a secure OpenResty server!</p>
|
| 31 |
|
| 32 |
<div class="auth-info">
|
| 33 |
<h3>Authentication Details:</h3>
|
| 34 |
<ul>
|
| 35 |
-
<li><strong>Username:</strong>
|
| 36 |
-
<li><strong>Password:</strong>
|
| 37 |
<li><strong>Auth Method:</strong> Basic HTTP + Lua Script</li>
|
| 38 |
</ul>
|
| 39 |
</div>
|
|
|
|
| 26 |
</head>
|
| 27 |
<body>
|
| 28 |
<div class="container">
|
| 29 |
+
<h1>OpenResty with Authentication</h1>
|
| 30 |
<p>Welcome to a secure OpenResty server!</p>
|
| 31 |
|
| 32 |
<div class="auth-info">
|
| 33 |
<h3>Authentication Details:</h3>
|
| 34 |
<ul>
|
| 35 |
+
<li><strong>Username:</strong> {Username}</li>
|
| 36 |
+
<li><strong>Password:</strong> {Password}</li>
|
| 37 |
<li><strong>Auth Method:</strong> Basic HTTP + Lua Script</li>
|
| 38 |
</ul>
|
| 39 |
</div>
|