Files
Tooloop-Packages/tooloop-nginx/package/assets/data/index.default.php
T
2022-12-19 10:58:24 +01:00

17 lines
336 B
PHP
Executable File

<!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>