Skip to content

Commit

Permalink
Set WSGIPassAuthorization option
Browse files Browse the repository at this point in the history
Otherwise it is not possible to access the server with the mobile app

See WSGIPassAuthorization

wger-project/wger#935
  • Loading branch information
rolandgeider committed Jan 21, 2022
1 parent 2ef7149 commit 3cf0b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Configure apache to serve the application::
WSGIDaemonProcess wger python-path=/home/wger/src python-home=/home/wger/venv
WSGIProcessGroup wger
WSGIScriptAlias / /home/wger/src/wger/wsgi.py
WSGIPassAuthorization On

Alias /static/ /home/wger/static/
<Directory /home/wger/static>
Expand Down

0 comments on commit 3cf0b73

Please sign in to comment.