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: missing @blue/@gr


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: missing @blue/@green blocks for the blog
Date: Tue, 09 Jan 2018 17:10:50 +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 551fbd8  missing @blue/@green blocks for the blog
551fbd8 is described below

commit 551fbd857979c9e1f947a86f8f105966d8ec8cea
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 9 17:10:29 2018 +0100

    missing @blue/@green blocks for the blog
---
 etc/nginx/sites-enabled/test.site | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/etc/nginx/sites-enabled/test.site 
b/etc/nginx/sites-enabled/test.site
index 4d5edce..510b2b8 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -148,6 +148,17 @@ server {
   include conf.d/test.redirects;
   include conf.d/talerssl;
 
+  location @blue {
+    add_header X-Taler-Deployment-Color blue;
+    uwsgi_pass unix:/home/test-blue/sockets/donations.uwsgi;
+    include /etc/nginx/uwsgi_params;
+  }
+  location @green {
+    add_header X-Taler-Deployment-Color green;
+    uwsgi_pass unix:/home/test-green/sockets/donations.uwsgi;
+    include /etc/nginx/uwsgi_params;
+  }
+
   location / {
     # Redirection technique explainted at
     # https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/
@@ -228,12 +239,12 @@ server {
 
   location @blue {
     add_header X-Taler-Deployment-Color blue;
-    uwsgi_pass unix:/home/test-green/sockets/donations.uwsgi;
+    uwsgi_pass unix:/home/test-blue/sockets/donations.uwsgi;
     include /etc/nginx/uwsgi_params;
   }
   location @green {
     add_header X-Taler-Deployment-Color green;
-    uwsgi_pass unix:/home/test/sockets/donations.uwsgi;
+    uwsgi_pass unix:/home/test-green/sockets/donations.uwsgi;
     include /etc/nginx/uwsgi_params;
   }
 

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



reply via email to

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