commit 38770024865898bdf66a962b0fdfa2de25ab08d8 parent 8c940e8a4ffee8d3824076bf1ad3ff9a8be189b4 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 21 Nov 2016 22:50:42 +0100 slashes in uwsgi Diffstat:
| M | bin/taler-deployment-landing | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing @@ -17,6 +17,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/\$1" \ --route-if "exists:\${FILE} static:\${FILE}" \ - --route "^(.+) break:404 not found" + --route "^/(.+) break:404 not found"