Skip to content

Commit

Permalink
WEB-7257 Update routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Yurlava committed Oct 31, 2024
1 parent 17bef31 commit 1fe8608
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +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 ~ ^/docs/edge-ai?$ { return 301 https://$host/docs/edge-ai/ai-infrastructure/about-our-ai-infrastructure ; }

location ~ ^/(.*)/$ { return 301 https://$host/$1; }
}
2 changes: 1 addition & 1 deletion src/assets/scully-routes.json

Large diffs are not rendered by default.

0 comments on commit 1fe8608

Please sign in to comment.