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: no /admin/add/inc


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: no /admin/add/incoming ruote for address@hidden
Date: Fri, 23 Jun 2017 01:00:37 +0200

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 0ca9654  no /admin/add/incoming ruote for address@hidden
0ca9654 is described below

commit 0ca9654ea3c3779fab23840a83cc53002cf9138a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 23 01:00:15 2017 +0200

    no /admin/add/incoming ruote for address@hidden
---
 etc/nginx/sites-enabled/test.site | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/etc/nginx/sites-enabled/test.site 
b/etc/nginx/sites-enabled/test.site
index 44f6e0d..5db30ad 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -322,18 +322,6 @@ server {
     include /etc/nginx/uwsgi_params;
   }
 
-  location /admin/add/incoming {
-    # Redirection technique explainted at
-    # https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/
-    error_page 418 = @blue-add-incoming;
-    error_page 419 = @green-add-incoming;
-    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/bank-admin.uwsgi;
-    include /etc/nginx/uwsgi_params;
-  }
-
   location / {
     # Redirection technique explainted at
     # https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/

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



reply via email to

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