mirror of
https://github.com/nginx/nginx.git
synced 2026-04-05 09:15:00 -04:00
27 lines
896 B
HTML
27 lines
896 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Welcome to nginx!</title>
|
|
<style>
|
|
html { color-scheme: light dark; }
|
|
body { width: 35em; margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to nginx!</h1>
|
|
<p>If you see this page, nginx is successfully installed and working.
|
|
Further configuration is required for the web server, reverse proxy,
|
|
API gateway, load balancer, content cache, or other features.</p>
|
|
|
|
<p>For online documentation and support please refer to
|
|
<a href="https://nginx.org/">nginx.org</a>.<br/>
|
|
To engage with the community please visit
|
|
<a href="https://community.nginx.org/">community.nginx.org</a>.<br/>
|
|
For enterprise grade support, professional services, additional
|
|
security features and capabilities please refer to
|
|
<a href="https://f5.com/nginx">f5.com/nginx</a>.</p>
|
|
|
|
<p><em>Thank you for using nginx.</em></p>
|
|
</body>
|
|
</html>
|