From 083263102aa0b2483e823154f03092ee8222c669 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 11 Mar 2016 02:15:09 +0200 Subject: [PATCH 1/2] Wording touch-ups Typos and grammer fixes --- docs/site/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/site/index.html b/docs/site/index.html index 387cc2a438..37745babe1 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 an 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

    From be0cf7f7c0c61510b5b26d18a1510db6b2783c10 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 11 Mar 2016 02:18:26 +0200 Subject: [PATCH 2/2] Typo --- docs/site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/index.html b/docs/site/index.html index 37745babe1..afb6b38f27 100644 --- a/docs/site/index.html +++ b/docs/site/index.html @@ -90,7 +90,7 @@

    Installation

    Deployment

    - Gunicorn is an WSGI HTTP server. It is best to use Gunicorn behind an 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: