view docs/html/index.html @ 9285:4c7a9355bcae

HTTP/3: fixed handling of zero-length literal field line. Previously, st->value was passed with NULL data pointer to header handlers.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 28 May 2024 17:20:45 +0400
parents 985b0bda403c
children
line wrap: on
line source

<!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, 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="http://freenginx.org/">freenginx.org</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>