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: fixing auditor si


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fixing auditor site at nginx conf
Date: Mon, 05 Feb 2018 13:31:48 +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 51a5bf1  fixing auditor site at nginx conf
51a5bf1 is described below

commit 51a5bf1ed407ff6074dd07be7c79ca9289433d28
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 5 13:19:08 2018 +0100

    fixing auditor site at nginx conf
---
 etc/nginx/sites-enabled/demo.site | 3 +--
 etc/nginx/sites-enabled/test.site | 9 +++------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/etc/nginx/sites-enabled/demo.site 
b/etc/nginx/sites-enabled/demo.site
index 7f6b97c..c3e8d7a 100644
--- a/etc/nginx/sites-enabled/demo.site
+++ b/etc/nginx/sites-enabled/demo.site
@@ -30,8 +30,7 @@ server {
     rewrite ^/$ /en/ redirect;
     rewrite ^/(..)/$ /$1/index.html break;
     recursive_error_pages on;
-    uwsgi_pass unix:/home/demo/sockets/auditor.uwsgi;
-    include /etc/nginx/uwsgi_params;
+    root /home/demo/auditor/demo;
   }
   include conf.d/favicon_robots;
 }
diff --git a/etc/nginx/sites-enabled/test.site 
b/etc/nginx/sites-enabled/test.site
index bc2a5ca..1e2afb3 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -58,13 +58,11 @@ server {
   include conf.d/talerssl;
   location @green {
     add_header X-Taler-Deployment-Color green;
-    uwsgi_pass unix:/home/test-green/sockets/auditor.uwsgi;
-    include /etc/nginx/uwsgi_params;
+    root /home/test-green/auditor/demo;
   }
   location @blue {
     add_header X-Taler-Deployment-Color blue;
-    uwsgi_pass unix:/home/test-blue/sockets/auditor.uwsgi;
-    include /etc/nginx/uwsgi_params;
+    root /home/test-blue/auditor/demo;
   }
   location / {
     # Redirection technique explainted at
@@ -76,8 +74,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/auditor.uwsgi;
-    include /etc/nginx/uwsgi_params;
+    root /home/test/auditor/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]