From 11702bc940c811b09ddd06b1affe948b3da0bc98 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Wed, 19 Mar 2025 18:48:31 -0400 Subject: [PATCH] Revert "Add a redirect for the console bare domain (#2718)" (#2724) This reverts commit 2a01c12b14d713158be0209bae95dd090e6eec13. --- jetty/kubernetes/gateway/nomulus-route-console.yaml | 9 --------- jetty/src/main/jetty-base/webapps/root/index.html | 5 ----- 2 files changed, 14 deletions(-) delete mode 100644 jetty/src/main/jetty-base/webapps/root/index.html diff --git a/jetty/kubernetes/gateway/nomulus-route-console.yaml b/jetty/kubernetes/gateway/nomulus-route-console.yaml index 7c8f3732e..c30f8e8c2 100644 --- a/jetty/kubernetes/gateway/nomulus-route-console.yaml +++ b/jetty/kubernetes/gateway/nomulus-route-console.yaml @@ -11,9 +11,6 @@ spec: - "console.BASE_DOMAIN" rules: - matches: - - path: - type: Exact - value: / - path: type: PathPrefix value: /console-api @@ -26,12 +23,6 @@ spec: name: console port: 80 - matches: - - path: - type: Exact - value: / - headers: - - name: "canary" - value: "true" - path: type: PathPrefix value: /console-api diff --git a/jetty/src/main/jetty-base/webapps/root/index.html b/jetty/src/main/jetty-base/webapps/root/index.html deleted file mode 100644 index e2e88a0f8..000000000 --- a/jetty/src/main/jetty-base/webapps/root/index.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Nomulus - -If this page doesn't change automatically, please click here