mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
tweaked the PYTHONPATH to allow wsgi to be found.
This commit is contained in:
parent
1d86202b6f
commit
b7b334ac0b
@ -99,7 +99,7 @@ export LANG=en_US.UTF-8
|
||||
export LC_TYPE=en_US.UTF-8
|
||||
|
||||
source $venv/bin/activate
|
||||
export PYTHONPATH=$(pwd)
|
||||
export PYTHONPATH=$(pwd)/management
|
||||
exec gunicorn -b localhost:10222 -w 1 wsgi:app
|
||||
EOF
|
||||
chmod +x $inst_dir/start
|
||||
|
Loading…
Reference in New Issue
Block a user