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: landing is NOT se


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: landing is NOT served via uwsgi anymore
Date: Tue, 02 Jan 2018 15:48:17 +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 3995321  landing is NOT served via uwsgi anymore
3995321 is described below

commit 3995321e8bf3820f339524ab2bfbd6d5eb864322
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 2 15:47:28 2018 +0100

    landing is NOT served via uwsgi anymore
---
 etc/nginx/sites-enabled/test.site | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/etc/nginx/sites-enabled/test.site 
b/etc/nginx/sites-enabled/test.site
index c14d9af..c12c23a 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -22,19 +22,16 @@ server {
   server_name test.taler.net www.test.taler.net;
   listen 443 ssl;
   listen [::]:443 ssl;
-  root /dev/null;
   rewrite /javascript /javascript.html break;
   include conf.d/test.redirects;
   include conf.d/talerssl;
   location @green {
     add_header X-Taler-Deployment-Color green;
-    uwsgi_pass unix:/home/test-green/sockets/landing.uwsgi;
-    include /etc/nginx/uwsgi_params;
+    root /home/test-green/landing/demo;
   }
   location @blue {
     add_header X-Taler-Deployment-Color blue;
-    uwsgi_pass unix:/home/test-blue/sockets/landing.uwsgi;
-    include /etc/nginx/uwsgi_params;
+    root /home/test-blue/landing/demo;
   }
   location / {
     # Redirection technique explainted at
@@ -46,8 +43,7 @@ server {
     recursive_error_pages on;
     if ($http_x_taler_deployment_color ~ "blue") { return 418; }
     if ($http_x_taler_deployment_color ~ "green") { return 419; }
-    uwsgi_pass unix:/home/test/sockets/landing.uwsgi;
-    include /etc/nginx/uwsgi_params;
+    root /home/test/landing/demo;
   }
   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]