Skip to content

Commit 3681026

Browse files
committed
chore: add additional 404 redirects for missing documentation pages
1 parent 7eee751 commit 3681026

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

static/_redirects

+57
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,60 @@ https://docs.pomerium.io/* https://docs.pomerium.com/:splat 301!
243243
/docs/capabilities/mtls-services /docs/internals/certificates-and-tls#upstream-tls
244244
/docs/capabilities/hosted-authenticate-service /docs/capabilities/authentication#hosted-authenticate-service
245245
/docs/capabilities/self-hosted-authenticate-service /docs/capabilities/authentication#self-hosted-authenticate-service
246+
247+
##################################################
248+
# NEW ADDITIONAL 404S => Real doc pages (from logs)
249+
##################################################
250+
251+
/docs/core/upgrading /docs/deploy/upgrading
252+
/docs/topics/mutual-auth.html /docs/internals/mutual-auth
253+
/docs/identity-providers/gitlab /docs/integrations/user-identity/gitlab
254+
/docs/identity-providers/gitlab.html /docs/integrations/user-identity/gitlab
255+
/docs/deploy/enterprise/reference/configure.html /docs/deploy/enterprise/configure
256+
/docs/concepts/zero-trust /docs/internals/zero-trust
257+
/docs/enterprise/external-data/geoip /docs/integrations/request-context/geoip
258+
/docs/zero/import /docs/deploy/cloud/import
259+
/docs/identity-providers/azure /docs/integrations/user-identity/azure
260+
/docs/concepts/policies /docs/internals/glossary#policy
261+
/docs/zero/billing /docs/deploy/cloud/billing
262+
/docs/enterprise/external-data/ip-ranges /docs/integrations/request-context/ip-ranges
263+
/docs/k8s/ingress.html /docs/deploy/k8s/ingress
264+
/docs/capabilities/tcp/examples/mysql /docs/capabilities/non-http/examples/mysql
265+
/recipes/ad-guard /docs/guides/ad-guard
266+
/docs/community/security /docs/internals/security
267+
/docs/k8s/helm.html /docs/deploy/k8s/install
268+
/docs/reference/branding/logo-url /docs/reference/branding#logo-url
269+
/docs/guides/nginx https://0-20-0.docs.pomerium.com/docs/guides/nginx 301!
270+
/docs/guides/nginx.html https://0-20-0.docs.pomerium.com/docs/guides/nginx 301!
271+
/docs/capabilities/tcp/examples/ssh /docs/capabilities/non-http/examples/ssh
272+
/docs/topics/device-identity.html /docs/integrations/device-context/device-identity
273+
/docs/courses/fundamentals/jwt-verification /docs/get-started/fundamentals/core/jwt-verification
274+
/docs/capabilities/tcp/examples/git /docs/capabilities/non-http/examples/git
275+
/docs/reference/authenticate-internal-service-url /docs/reference/service-urls
276+
/docs/identity-providers/auth0 /docs/integrations/user-identity/auth0
277+
/docs/k8s/quickstart /docs/deploy/k8s/quickstart
278+
/docs/reference/cookie-secure /docs/reference/cookies#cookie-secure
279+
/docs/identity-providers /docs/integrations/user-identity/identity-providers
280+
/docs/reference/reference.html /docs/reference
281+
/docs/deploying/k8s/quickstart /docs/deploy/k8s/quickstart
282+
/docs/enterprise/configure /docs/deploy/enterprise/configure
283+
/docs/deploy/enterprise/upgrading.html /docs/deploy/upgrading
284+
/docs/reference/metrics-basic-authentication /docs/deploy/enterprise/configure-metrics
285+
/docs/reference/autocert/autocert-must-staple /docs/reference/autocert#autocert-must-staple
286+
/docs/guides/kubernetes.html /docs/deploy/k8s/quickstart
287+
/docs/troubleshooting /docs/internals/troubleshooting
288+
/docs/releases/pomerium-cli /docs/deploy/clients
289+
/docs/identity-providers/google /docs/integrations/user-identity/google
290+
/docs/topics/ppl /docs/internals/ppl
291+
/docs/guides/jwt-verification-with-envoy /docs/capabilities/getting-users-identity
292+
/docs/clients/pomerium-desktop /docs/deploy/clients
293+
/docs/deploy/enterprise/about/ /docs/deploy/enterprise
294+
/docs/topics/production-deployment.html /docs/deploy/upgrading
295+
/docs/identity-providers/apple /docs/integrations/user-identity/apple
296+
/docs/topics/programmatic-access.html /docs/internals/programmatic-access
297+
/docs/reference/forward-auth https://0-20-0.docs.pomerium.com/docs/reference/forward-auth 301!
298+
/docs/courses/fundamentals/self-hosted-pomerium /docs/get-started/fundamentals/core/self-hosted-pomerium
299+
/docs/guides/upstream-mtls.html /docs/capabilities/mtls-services
300+
/docs/topics/original-request-context /docs/capabilities/original-request-context
301+
/docs/capabilities/tcp/client /docs/capabilities/non-http/client
302+
/docs/core/from-source /docs/deploy/core

0 commit comments

Comments
 (0)