From fac55edc98016346e346d58f9486fdf372ec700d Mon Sep 17 00:00:00 2001 From: Benjamin Merot Date: Wed, 8 Jun 2016 03:09:17 +0200 Subject: [PATCH] Removing redudant declaration of upstream in Nginx example (#252) With the IP address of the gunicorn server set in proxy_pass, the configuration example doesn't need to declare an upstream server. --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index b732e75..bf3de42 100644 --- a/README.rst +++ b/README.rst @@ -501,10 +501,6 @@ differ too much. As we can't use ``uwsgi_pass`` with gunicorn, the nginx configu .. code-block:: nginx - upstream puppetboard { - server 127.0.0.1:9090; - } - server { listen 80; server_name puppetboard.example.tld;