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: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: syntax
Date: Fri, 10 Mar 2017 14:00:21 +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 5bad169  syntax
5bad169 is described below

commit 5bad169b5db4279c865f49f2e8125d2e9898dcc8
Author: Florian Dold <address@hidden>
AuthorDate: Fri Mar 10 14:00:19 2017 +0100

    syntax
---
 etc/nginx/sites-enabled/test.site | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/nginx/sites-enabled/test.site 
b/etc/nginx/sites-enabled/test.site
index 37a6706..a77e521 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -121,14 +121,14 @@ server {
   location @blue-backend {
     add_header X-Taler-Deployment-Color blue;
     rewrite /backend/(.*) /$1 break;
-    proxy_pass http://unix:/home/test-blue/sockets/merchant.http:/;
+    proxy_pass http://unix:/home/test-blue/sockets/merchant.http;
     proxy_redirect off;
     proxy_set_header Host $host;
   }
   location @green-backend {
     add_header X-Taler-Deployment-Color green;
     rewrite /backend/(.*) /$1 break;
-    proxy_pass http://unix:/home/test-green/sockets/merchant.http:/;
+    proxy_pass http://unix:/home/test-green/sockets/merchant.http;
     proxy_redirect off;
     proxy_set_header Host $host;
   }
@@ -219,14 +219,14 @@ server {
   location @blue-backend {
     add_header X-Taler-Deployment-Color blue;
     rewrite /backend/(.*) /$1 break;
-    proxy_pass http://unix:/home/test-blue/sockets/merchant.http:/;
+    proxy_pass http://unix:/home/test-blue/sockets/merchant.http;
     proxy_redirect off;
     proxy_set_header Host $host;
   }
   location @green-backend {
     add_header X-Taler-Deployment-Color green;
     rewrite /backend/(.*) /$1 break;
-    proxy_pass http://unix:/home/test-green/sockets/merchant.http:/;
+    proxy_pass http://unix:/home/test-green/sockets/merchant.http;
     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]