gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: fix path


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix path
Date: Thu, 22 Jun 2017 18:40:18 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 9afd733  fix path
9afd733 is described below

commit 9afd7335a961815867981fc4396f63bc46d7aeef
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 22 18:40:30 2017 +0200

    fix path
---
 bin/taler-deployment-landing | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing
index 85010f3..7a5902f 100755
--- 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"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]