From 2ad8da99e6f74e696f2f9a82ef1e2d7a7779b3db Mon Sep 17 00:00:00 2001 From: Dasha Karpova Date: Wed, 6 Dec 2023 12:08:29 +0400 Subject: [PATCH] made redirects for deleted articles --- default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.conf b/default.conf index 56a18b2c..8c8b2802 100644 --- a/default.conf +++ b/default.conf @@ -310,9 +310,9 @@ server { location ~ ^/support/articles/5499359292561/?$ { return 301 https://$host/docs/streaming-platform/how-the-streaming-platform-interact-with-the-cdn; } location ~ ^/support/articles/5307972492945/?$ { return 301 https://$host/docs/streaming-platform/live-streaming/create-a-live-stream; } location ~ ^/support/articles/115004123505/?$ { return 301 https://$host/docs/streaming-platform/live-streaming/push-live-streams-software/push-live-streams-via-obs; } - location ~ ^/support/articles/360000243758/?$ { return 301 https://$host/docs/streaming-platform/live-streaming/push-live-streams-software/push-live-streams-via-adobe-flash-media-live-encoder; } + location ~ ^/support/articles/360000243758/?$ { return 301 https://$host/docs/streaming-platform; } location ~ ^/support/articles/360000258717/?$ { return 301 https://$host/docs/streaming-platform/live-streaming/push-live-streams-software/push-live-streams-via-liveu-solo; } - location ~ ^/support/articles/360000258917/?$ { return 301 https://$host/docs/streaming-platform/live-streaming/push-live-streams-software/push-live-streams-via-wirecast; } + location ~ ^/support/articles/360000258917/?$ { return 301 https://$host/docs/streaming-platform; } location ~ ^/support/articles/9394950026257/?$ { return 301 https://$host/docs/streaming-platform/live-streaming/create-and-configure-a-restream-to-social-media; } location ~ ^/support/articles/6270107839377/?$ { return 301 https://$host/docs/streaming-platform/live-streaming/combine-multiple-live-streams; } location ~ ^/support/articles/360000522817/?$ { return 301 https://$host/docs/streaming-platform/live-streaming/record-your-live-streams-and-save-them-as-videos; }