Skip to content

Commit

Permalink
Merge pull request #1400 from G-Core/WEB-7257-fix
Browse files Browse the repository at this point in the history
WEB-7257 fix bug
  • Loading branch information
mariyayurlova authored Oct 31, 2024
2 parents 7f85a56 + bafa052 commit cd73e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ 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; }
}

0 comments on commit cd73e95

Please sign in to comment.