diff --git a/docs/site/index.html b/docs/site/index.html index 387cc2a438..afb6b38f27 100644 --- a/docs/site/index.html +++ b/docs/site/index.html @@ -39,7 +39,7 @@

Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-f
  • Quickstart

    -

    Quickstart guide to getting started with using Gunicorn.

    +

    Read the quickstart guide to get started using Gunicorn.

  • @@ -57,7 +57,7 @@

    Community

  • Documentation

    -

    Read documentation to learn more about the Gunicorn.

    +

    Read the documentation to learn more about Gunicorn.

  • @@ -90,9 +90,9 @@

    Installation

    Deployment

    - Gunicorn is wsgi http server. It is best to use Gunicorn behind HTTP proxy server. We strongly advise you to use nginx. + Gunicorn is a WSGI HTTP server. It is best to use Gunicorn behind an HTTP proxy server. We strongly advise you to use nginx.

    -

    Here's an example to help you get started with using nginx.

    +

    Here's an example to help you get started with using nginx:

       server {
         listen 80;
    @@ -106,13 +106,13 @@ 

    Deployment

    } }
    -

    Nginx is set up as reverse proxy server to Gunicorn server which is running at localhost port 8000.

    +

    Nginx is set up as reverse proxy server to a Gunicorn server running on localhost port 8000.

    Read the full documentation at docs.gunicorn.org

    Mailing list

    -

    The user mailing list is general discussion and support list for +

    The user mailing list is a general discussion and support list for Gunicorn users and developers.

    The archive for this list can also be browsed online.

    Irc

    The Gunicorn channel is on the Freenode IRC - network. You can chat with other on #gunicorn channel.

    + network. You can chat with the community on the #gunicorn channel.

    Issue Tracking

    Bug reports, enhancement requests and tasks generally go in the Github @@ -138,7 +138,7 @@

    Issue Tracking

    Security Issues

    The security mailing list is a place to report security issues. Only developers are subscribed to it. To post a message to the list use the - address to security@gunicorn.org

    + address security@gunicorn.org