rename nginx

This commit is contained in:
2023-06-30 09:53:48 +02:00
parent 8e41a16dcf
commit 7ee7712a89
7 changed files with 558 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello nginx</title>
</head>
<body>
<h1>Success! The webserver is working!</h1>
<?php phpinfo() ?>
</body>
</html>