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: --route => --rout


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: --route => --route-if
Date: Tue, 02 Jan 2018 12:00:06 +0100

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 2400bc4  --route => --route-if
2400bc4 is described below

commit 2400bc4b6079b09d8a9c0334b98a77e90de470a8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 2 11:59:49 2018 +0100

    --route => --route-if
---
 bin/taler-deployment-landing | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/taler-deployment-landing b/bin/taler-deployment-landing
index 7a5902f..1d9998f 100755
--- a/bin/taler-deployment-landing
+++ b/bin/taler-deployment-landing
@@ -17,7 +17,7 @@ exec uwsgi \
   --mimefile /etc/mime.types \
   --socket $HOME/sockets/landing.uwsgi \
   --chmod-socket=660 \
-  --route "^/?$ redirect:index.html"  \
-  --route "^/(.+) addvar:FILE=$HOME/landing/demo/\$1"  \
-  --route-if "exists:\${FILE} static:\${FILE}"  \
-  --route "^/(.+) break:404 not found"
+  --route-if "regexp:${PATH_INFO};^/?$ redirect:index.html"  \
+  --route-if "regexp:${PATH_INFO};^/(.+) addvar:FILE=$HOME/landing/demo/\$1"  \
+  --route-if "exists:${PATH_INFO};\${FILE} static:\${FILE}"  \
+  --route-if "regexp:${PATH_INFO};^/(.+) 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]