summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-27 01:15:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-27 01:15:11 +0200
commit402d610cfce0a1c667df9c7a4c51c677ee941920 (patch)
tree5e10242bd5ddc6d847e7c19596e128edcbda71a6 /bin
parent4fb425b524a89f10e156104d3023d5e3b52e5f7c (diff)
downloaddeployment-402d610cfce0a1c667df9c7a4c51c677ee941920.tar.gz
deployment-402d610cfce0a1c667df9c7a4c51c677ee941920.tar.bz2
deployment-402d610cfce0a1c667df9c7a4c51c677ee941920.zip
index for uwsgi
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-landing2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing
index 0dd1083..de71dd5 100755
--- a/bin/taler-deployment-landing
+++ b/bin/taler-deployment-landing
@@ -10,4 +10,4 @@ ulimit -c $((100 * 1024))
mkdir -p $HOME/sockets
# 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"
+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"