Files
Tooloop-Packages/nginx/package/assets/data/index.default.php
T

17 lines
336 B
PHP
Raw Normal View History

2023-06-30 09:53:48 +02:00
<!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>