Merge branch '21535-multi-wf-delete'
[arvados.git] / sdk / python / tests / nginx.conf
index b4650cb7a8cb78e21508dac5f6498b5f87c4c1ae..a382d643ef39b1b688f8a803cde763b02477dc9e 100644 (file)
@@ -46,22 +46,6 @@ http {
       proxy_http_version 1.1;
     }
   }
-  upstream arv-git-http {
-    server {{UPSTREAMHOST}}:{{GITPORT}};
-  }
-  server {
-    listen {{LISTENHOST}}:{{GITSSLPORT}} ssl;
-    server_name arv-git-http git.*;
-    ssl_certificate "{{SSLCERT}}";
-    ssl_certificate_key "{{SSLKEY}}";
-    location  / {
-      proxy_pass http://arv-git-http;
-      proxy_set_header Host $http_host;
-      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
-      proxy_set_header X-Forwarded-Proto https;
-      proxy_redirect off;
-    }
-  }
   upstream keepproxy {
     server {{UPSTREAMHOST}}:{{KEEPPROXYPORT}};
   }
@@ -185,7 +169,6 @@ http {
     ^/container_requests           /all_processes;
     ^/job.*                        /all_processes;
     ^/users/link_account           /link_account;
-    ^/search.*                     /search-results;
     ^/keep_services.*              /keep-services;
     ^/trash_items.*                /trash;