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: survey is a stand


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: survey is a standalone site
Date: Mon, 20 Nov 2017 16:58:30 +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 3c1e1e0  survey is a standalone site
3c1e1e0 is described below

commit 3c1e1e0f0ea147ffc67e59b1de1ae6a2c9760031
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 20 16:58:07 2017 +0100

    survey is a standalone site
---
 etc/nginx/sites-enabled/test.site | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/nginx/sites-enabled/test.site 
b/etc/nginx/sites-enabled/test.site
index fc15b0b..2a9f74f 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -154,12 +154,12 @@ server {
 
   location @blue {
     add_header X-Taler-Deployment-Color blue;
-    uwsgi_pass unix:/home/test-green/sockets/shop.uwsgi;
+    uwsgi_pass unix:/home/test-blue/sockets/shop.uwsgi;
     include /etc/nginx/uwsgi_params;
   }
   location @green {
     add_header X-Taler-Deployment-Color green;
-    uwsgi_pass unix:/home/test-blue/sockets/shop.uwsgi;
+    uwsgi_pass unix:/home/test-green/sockets/shop.uwsgi;
     include /etc/nginx/uwsgi_params;
   }
 
@@ -251,7 +251,7 @@ server {
   include conf.d/talerssl;
 
   location / {
-    rewrite ^.*$ $scheme://donations.test.taler.net/survey redirect;
+    uwsgi_pass unix:/home/test/sockets/survey.uwsgi;
   }
 }
 

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



reply via email to

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