taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 9afd7335a961815867981fc4396f63bc46d7aeef
parent 1faf4d30cccda3d6297650d1357af0e8fdae0615
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 22 Jun 2017 18:40:30 +0200

fix path

Diffstat:
Mbin/taler-deployment-landing | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing @@ -18,6 +18,6 @@ exec uwsgi \ --socket $HOME/sockets/landing.uwsgi \ --chmod-socket=660 \ --route "^/?$ redirect:index.html" \ - --route "^/(.+) addvar:FILE=$HOME/landing/\$1" \ + --route "^/(.+) addvar:FILE=$HOME/landing/demo/\$1" \ --route-if "exists:\${FILE} static:\${FILE}" \ --route "^/(.+) break:404 not found"