commit 8455f813a5e807515c8cab199b9467513335c5cd parent cbd70e9fcaec052257ea733080a5b9b45f9503fd Author: Florian Dold <florian.dold@gmail.com> Date: Fri, 20 May 2016 15:01:40 +0200 formatting Diffstat:
| M | bin/taler-deployment-landing | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing @@ -10,4 +10,8 @@ ulimit -c $((100 * 1024)) mkdir -p $HOME/sockets # run uwsgi without an app, and turn 500 into 404 -exec uwsgi --check-static $HOME/landing --static-index index.html --socket $HOME/sockets/landing.uwsgi --chmod-socket=660 --error-route-status "500 return:404 Not Found" +exec uwsgi --check-static $HOME/landing \ + --static-index index.html \ + --socket $HOME/sockets/landing.uwsgi \ + --chmod-socket=660 \ + --error-route-status "500 return:404 Not Found"