27 lines
764 B
HTML
27 lines
764 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Welcome to httpd!</title>
|
|
<style>
|
|
body {
|
|
width: 35em;
|
|
margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to httpd!</h1>
|
|
<h2>The teras/php:#version#-apache variant.</h2>
|
|
<p>If you see this page, the nginx web server is successfully installed and
|
|
working. Further configuration is required.</p>
|
|
|
|
<p>For online documentation and support please refer to
|
|
<a href="https://httpd.apache.org/">httpd.apache.org</a>.</p>
|
|
|
|
<p>For online documentation specific to the teras/php:#version#-apache variant,<br/>
|
|
please refer to <a href="https://github.com/aprimediet/docker-php">teras/php</a>.</p>
|
|
|
|
<p><em>Thank you for using httpd.</em></p>
|
|
</body>
|
|
</html> |