summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment-landing6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing
index de71dd5..39d5e28 100755
--- 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"