commit 0ca9654ea3c3779fab23840a83cc53002cf9138a parent 9afd7335a961815867981fc4396f63bc46d7aeef Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Fri, 23 Jun 2017 01:00:15 +0200 no /admin/add/incoming ruote for bank@test Diffstat:
| M | etc/nginx/sites-enabled/test.site | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git 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/