Skip to content

Commit

Permalink
made redirects for deleted articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasha Karpova committed Dec 6, 2023
1 parent 10f8438 commit 2ad8da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 2ad8da9

Please sign in to comment.