Fix configuration problem with apache

Fixes #1039
This commit is contained in:
Roland Geider
2022-05-08 16:01:41 +02:00
parent 1c0343a01a
commit 4075a3541d

View File

@@ -6,6 +6,7 @@
<VirtualHost *:80>
WSGIApplicationGroup %{GLOBAL}
WSGIDaemonProcess wger python-path=/home/wger/src python-home=/home/wger/venv
WSGIProcessGroup wger
WSGIScriptAlias / /home/wger/src/wger/wsgi.py