new package: nginx addon

This commit is contained in:
2022-12-19 10:58:24 +01:00
parent 373019d876
commit 1899c15932
10 changed files with 594 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>