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: nginx arg passing


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: nginx arg passing
Date: Tue, 10 Jan 2017 19:03:44 +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 8ea2d24  nginx arg passing
8ea2d24 is described below

commit 8ea2d242b4b0223f2388751ab4d6bfdd90681cfc
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 10 19:03:42 2017 +0100

    nginx arg passing
---
 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 7dfc89f..fe38347 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;
+    proxy_pass http://unix:/home/$user/sockets/exchange.http:/$req$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]