commit fb023822caf8043e2cb67e29c474c0ec75e58bff parent f194bf34b63f3e5215469b0860426339284de79e Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 29 Feb 2016 14:06:56 +0100 run uwsgi as master Diffstat:
| M | run_bank.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run_bank.sh b/run_bank.sh @@ -2,4 +2,4 @@ source $HOME/test_bank_login/bin/activate cd $HOME/bank/TalerBank/ -exec uwsgi --socket :8000 --module TalerBank.wsgi +exec uwsgi --master --socket :8000 --module TalerBank.wsgi