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


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: nginx
Date: Thu, 09 Mar 2017 22:10:29 +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 c82abcc  nginx
c82abcc is described below

commit c82abcc1a44c0b6decedab2c9b2463f3428c0906
Author: Florian Dold <address@hidden>
AuthorDate: Thu Mar 9 22:10:27 2017 +0100

    nginx
---
 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 75657ad..a06e57b 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -21,10 +21,6 @@ server {
   if ($http_x_taler_deployment_color ~ "green|blue") {
     rewrite .* @$http_x_taler_deployment_color last;
   }
-  location / {
-    uwsgi_pass unix:/home/test/sockets/landing.uwsgi;
-    include /etc/nginx/uwsgi_params;
-  }
   location @green {
     add_header X-Taler-Deployment-Color green;
     uwsgi_pass unix:/home/test-green/sockets/landing.uwsgi;
@@ -35,6 +31,10 @@ server {
     uwsgi_pass unix:/home/test-blue/sockets/landing.uwsgi;
     include /etc/nginx/uwsgi_params;
   }
+  location / {
+    uwsgi_pass unix:/home/test/sockets/landing.uwsgi;
+    include /etc/nginx/uwsgi_params;
+  }
   include conf.d/favicon_robots;
 }
 

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



reply via email to

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