Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ and mod_wsgi, with a Paperless installation in ``/home/paperless/``:
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.6/site-packages
WSGIProcessGroup example.com
WSGIPassAuthorization On
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
WSGIPassAuthorization On
WSGIPassAuthorization On

The remaining content is indented using spaces, whereas the added line uses tabs.


<Directory /home/paperless/paperless/src/paperless>
<Files wsgi.py>
Expand Down