summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-landing3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing
index 5b2de42..0dd1083 100755
--- a/bin/taler-deployment-landing
+++ b/bin/taler-deployment-landing
@@ -9,4 +9,5 @@ export PATH="$base/deployment":$PATH
ulimit -c $((100 * 1024))
mkdir -p $HOME/sockets
-exec uwsgi --check-static $HOME/landing --socket $HOME/sockets/landing.uwsgi --chmod-socket=660
+# run uwsgi without an app, and turn 500 into 404
+exec uwsgi --check-static $HOME/landing --socket $HOME/sockets/landing.uwsgi --chmod-socket=660 --error-route-status "500 return:404 Not Found"