mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Merge branch 'jammyjellyfish2204-gunicorn' into jammyjellyfish2204-everything
This commit is contained in:
commit
13953a96f3
@ -106,7 +106,7 @@ chmod 640 /var/lib/mailinabox/{api,session}.key
|
||||
|
||||
source $venv/bin/activate
|
||||
export PYTHONPATH=$(pwd)/management
|
||||
exec gunicorn -b localhost:10222 -w 1 wsgi:app
|
||||
exec gunicorn -b localhost:10222 -w 2 wsgi:app
|
||||
EOF
|
||||
chmod +x $inst_dir/start
|
||||
cp --remove-destination conf/mailinabox.service /lib/systemd/system/mailinabox.service # target was previously a symlink so remove it first
|
||||
|
Loading…
Reference in New Issue
Block a user