From ec707bd02a5479632e7f2c951285fd791013205d Mon Sep 17 00:00:00 2001 From: benjaminfrank Date: Wed, 16 Jun 2021 23:04:39 +0200 Subject: [PATCH] formatting --- docs/setup.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/setup.rst b/docs/setup.rst index 3c9ff4e1a..5f1282b0b 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -411,9 +411,8 @@ writing. Windows is not and will never be supported. The ``socket`` script enables ``gunicorn`` to run on port 80 without root privileges. For this you need to uncomment the ``Require=paperless-webserver.socket`` - in the ``webserver`` script and configure ``gunicorn`` to listen on port 80 (see + in the ``webserver`` script and configure ``gunicorn`` to listen on port 80 (see ``paperless/gunicorn.conf.py``). -``paperless/gunicorn.conf.py``). You may need to adjust the path to the ``gunicorn`` executable. This will be installed as part of the python dependencies, and is either located in the ``bin`` folder of your virtual environment, or in ``~/.local/bin/`` if