From 64ba5592ed64cfffc7ebb8e825525b10500d8099 Mon Sep 17 00:00:00 2001 From: Chris Valaas Date: Tue, 17 Dec 2024 10:55:12 -0800 Subject: [PATCH] changing redirect url --- haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy.cfg b/haproxy.cfg index 18b339d..7b30806 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -48,7 +48,7 @@ frontend router use_backend mastodon backend mastodon-report-api - http-request redirect location "https://www.mozilla.org" + http-request redirect location "https://support.mozilla.org/kb/mozilla-social-faq" http-request replace-path /api/v1/reports-internal /api/v1/reports http-request set-header Host "${MASTODON_HOSTNAME-stage.moztodon.nonprod.webservices.mozgcp.net}" @@ -74,7 +74,7 @@ backend cmbridge-infringement-form http-request redirect location "https://${CMBRIDGE_HOSTNAME-stage.cm-bridge.nonprod.webservices.mozgcp.net}/infringement-form" backend mastodon - http-request redirect location "https://www.mozilla.org" + http-request redirect location "https://support.mozilla.org/kb/mozilla-social-faq" # if the request is the /auth/sign_in intersisteall, we remove the referer header because mastodon usually overrides # the stored oidc redirect if it was navigated to from the same host domain and theres a referer header