diff options
| author | buulam <buulam@gmail.com> | 2026-02-20 07:25:53 -0800 |
|---|---|---|
| committer | Sergey Kandaurov <s.kandaurov@f5.com> | 2026-02-26 21:24:00 +0400 |
| commit | 717e707488c10b9d41ffbd9d04f4f31d57b1f8ab (patch) | |
| tree | fa5a7676937b9a7ee58140fc0b04f8eda068a365 /docs | |
| parent | c4d3aed8c7e67e57da60940d1a19fe3c45a9433a (diff) | |
| download | nginx-717e707488c10b9d41ffbd9d04f4f31d57b1f8ab.tar.gz nginx-717e707488c10b9d41ffbd9d04f4f31d57b1f8ab.tar.bz2 | |
Updating welcome page with links and more details.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/html/index.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/html/index.html b/docs/html/index.html index e8f562255..75bcddcf0 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -10,13 +10,17 @@ font-family: Tahoma, Verdana, Arial, sans-serif; } </head> <body> <h1>Welcome to nginx!</h1> -<p>If you see this page, the nginx web server is successfully installed and -working. Further configuration is required.</p> +<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="http://nginx.org/">nginx.org</a>.<br/> -Commercial support is available at -<a href="http://nginx.com/">nginx.com</a>.</p> +<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> |
