tanbushi commited on
Commit
a2b1fee
·
1 Parent(s): fe65ee0
Files changed (1) hide show
  1. 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>🔐 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> admin</li>
36
- <li><strong>Password:</strong> admin123</li>
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>