Skip to content

Commit

Permalink
WEB-7257 fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Yurlava committed Oct 31, 2024
1 parent 7a881a1 commit 1030c99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,6 @@ server {
location ~ ^/docs/streaming-platform/api/real-time-video-api-tutorial/?$ { return 301 https://$host/docs/streaming-platform/ ; }
location ~ ^/docs/streaming-platform/extra-features/add-monetization-to-your-live-streams-and-videos/?$ { return 301 https://$host/docs/streaming-platform/ ; }

location ~ ^/(.*)/$ { return 301 https://$host/$1; }


#### 723

location ~ ^/docs/streaming-platform/ai-video-service/content-moderation/ai-nudity-detection/?$ { return 301 https://$host/docs/streaming-platform/ai-video-service/content-moderation/hard-nudity-detection/ ; }
Expand Down Expand Up @@ -555,4 +552,6 @@ server {
location ~ ^/docs/cloud/ai-Infrustructure/about-our-ai-infrastructure?$ { return 301 https://$host/docs/edge-ai/ai-infrastructure/about-our-ai-infrastructure ; }
location ~ ^/docs/cloud/ai-Infrustructure/create-an-ai-cluster?$ { return 301 https://$host/docs/edge-ai/ai-infrastructure/create-an-ai-cluster ; }
location ~ ^/docs/cloud/ai-Infrustructure/about-virtual-vpod?$ { return 301 https://$host/docs/edge-ai/ai-infrastructure/about-our-ai-infrastructure ; }

location ~ ^/(.*)/$ { return 301 https://$host/$1; }
}

0 comments on commit 1030c99

Please sign in to comment.