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: add is_args


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: add is_args
Date: Tue, 10 Jan 2017 19:18:22 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e0bd018  add is_args
e0bd018 is described below

commit e0bd018196218bc3cd0cda4f019ec2fe42508c66
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 10 19:18:21 2017 +0100

    add is_args
---
 etc/nginx/sites-enabled/env.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/env.site b/etc/nginx/sites-enabled/env.site
index fe38347..3abab69 100644
--- a/etc/nginx/sites-enabled/env.site
+++ b/etc/nginx/sites-enabled/env.site
@@ -34,7 +34,7 @@ server {
   }
 
   location ~ ^/(?<user>[a-zA-Z0-9-_]+)/exchange/(?<req>.*) {
-    proxy_pass http://unix:/home/$user/sockets/exchange.http:/$req$args;
+    proxy_pass 
http://unix:/home/$user/sockets/exchange.http:/$req$is_args$args;
     proxy_redirect off;
     proxy_set_header Host $host;
   }

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



reply via email to

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