1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-15 17:37:22 +01:00

trying 1 gunicorn worker

This commit is contained in:
Steve Hay
2022-09-05 19:36:47 -04:00
parent 5aab1deeec
commit 1d86202b6f
2 changed files with 1 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ export LC_TYPE=en_US.UTF-8
source $venv/bin/activate
export PYTHONPATH=$(pwd)
exec gunicorn -b localhost:10222 -w 2 wsgi:app
exec gunicorn -b localhost:10222 -w 1 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