summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-21 18:47:08 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-21 18:47:08 +0100
commit6b0c30e2fbf2ce2d409fefecdd318b8da4ccdcff (patch)
tree0c67e52ef691fc021bd944d1da102f9806c339f3
parent3d3e8316f6a2c89155e9229218ef15364144572d (diff)
downloaddeployment-6b0c30e2fbf2ce2d409fefecdd318b8da4ccdcff.tar.gz
deployment-6b0c30e2fbf2ce2d409fefecdd318b8da4ccdcff.tar.bz2
deployment-6b0c30e2fbf2ce2d409fefecdd318b8da4ccdcff.zip
landing
-rwxr-xr-xbin/taler-deployment-landing4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing
index 2bcd642..86c800d 100755
--- a/bin/taler-deployment-landing
+++ b/bin/taler-deployment-landing
@@ -12,14 +12,14 @@ mkdir -p $HOME/sockets
if [ ${TALER_CONFIG_STANDALONE:-0} = 1 ]; then
# run uwsgi without an app, and turn 500 into 404
- exec uwsgi --check-static $HOME/landing \
+ exec uwsgi --static-map /$USER=$HOME/landing \
--static-index index.html \
--socket $HOME/sockets/landing.uwsgi \
--chmod-socket=660 \
--error-route-status "500 return:404 Not Found"
else
# run uwsgi without an app, and turn 500 into 404
- exec uwsgi --static-map /$USER=$HOME/landing \
+ exec uwsgi --check-static $HOME/landing \
--static-index index.html \
--socket $HOME/sockets/landing.uwsgi \
--chmod-socket=660 \