index.nginx-debian.html 867 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Welcome to nginx on Debian!</title>
  5. <style>
  6. body {
  7. width: 35em;
  8. margin: 0 auto;
  9. font-family: Tahoma, Verdana, Arial, sans-serif;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <h1>Welcome to nginx on Debian!</h1>
  15. <p>If you see this page, the nginx web server is successfully installed and
  16. working on Debian. Further configuration is required.</p>
  17. <p>For online documentation and support please refer to
  18. <a href="http://nginx.org/">nginx.org</a></p>
  19. <p>
  20. Please use the <tt>reportbug</tt> tool to report bugs in the
  21. nginx package with Debian. However, check <a
  22. href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=nginx;repeatmerged=0">existing
  23. bug reports</a> before reporting a new bug.
  24. </p>
  25. <p><em>Thank you for using debian and nginx.</em></p>
  26. </body>
  27. </html>