mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Adjust path in setup docs to python 3.6 as 3.4 is deprecated
This commit is contained in:
parent
dfe5f25f01
commit
82855f9d43
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ and mod_wsgi, with a Paperless installation in ``/home/paperless/``:
|
|||
</Directory>
|
||||
|
||||
WSGIScriptAlias / /home/paperless/paperless/src/paperless/wsgi.py
|
||||
WSGIDaemonProcess example.com user=paperless group=paperless threads=5 python-path=/home/paperless/paperless/src:/home/paperless/.env/lib/python3.4/site-packages
|
||||
WSGIDaemonProcess example.com user=paperless group=paperless threads=5 python-path=/home/paperless/paperless/src:/home/paperless/.env/lib/python3.6/site-packages
|
||||
WSGIProcessGroup example.com
|
||||
|
||||
<Directory /home/paperless/paperless/src/paperless>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue