Nginx-Docker/html/index.html
2025-03-23 18:09:52 -05:00

11 lines
240 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Nginx with Lua and S3</title>
</head>
<body>
<h1>Nginx with Lua and S3 Support</h1>
<p>Your server is running successfully!</p>
<p><a href="/lua">Test Lua endpoint</a></p>
</body>
</html>