Skip to content

Commit

Permalink
Merge pull request #1393 from G-Core/WEB-7257-fix
Browse files Browse the repository at this point in the history
WEB-7257 Fix config
  • Loading branch information
mariyayurlova authored Oct 30, 2024
2 parents dbf4be7 + 596e52c commit be8504a
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ server {
#### PIN-835

location ~ ^/docs/cloud/inference-at-the-edge/deploy-ai-model?$ { return 301 https://$host/docs/cloud/inference-at-the-edge/deploy-models/deploy-ai-model ; }

#### PIN-622
location ~ ^/docs/account-settings/password/what-to-do-if-you-forget-your-password?$ { return 301 https://$host/docs/account-settings/password/change-the-current-password ; }

Expand All @@ -534,7 +534,7 @@ server {

####PIN-858
location ~ ^/docs/account-settings/set-up-two-factor-authentication?$ { return 301 https://$host/docs/account-settings/your-profile-settings/set-up-two-factor-authentication ; }

####PIN-631
location ~ ^/docs/cdn/grafana-terraform/manage-a-cdn-resource-with-terraform?$ { return 301 https://$host/docs/cdn/terraform/manage-a-cdn-resource-with-terraform ; }
location ~ ^/docs/cdn/grafana-terraform/view-cdn-statistics-in-grafana?$ { return 301 https://$host/docs/cdn/grafana/view-cdn-statistics-in-grafana ; }
Expand All @@ -552,7 +552,7 @@ server {
location ~ ^/docs/cloud/inference-at-the-edge/add-a-registry?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge/add-a-registry ; }
location ~ ^/docs/cloud/inference-at-the-edge/deploy-models/deploy-ai-model?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge/deploy-models/deploy-ai-model ; }
location ~ ^/docs/cloud/inference-at-the-edge/deploy-models/deploy-huggingface-models?$ { return 301 https://$host/docs/edge-ai/inference-at-the-edge/deploy-models/deploy-huggingface-models ; }
location ~ ^/docs/cloud/ai-Infrustructure/about-our-ai-infrastructure?$ { return 301 https://$host/docs/edge-ai/ai-Infrustructure/about-our-ai-infrastructure ; }
location ~ ^/docs/cloud/ai-Infrustructure/create-an-ai-cluster?$ { return 301 https://$host/docs/edge-ai/ai-Infrustructure/create-an-ai-cluster ; }
location ~ ^/docs/cloud/ai-Infrustructure/about-virtual-vpod?$ { return 301 https://$host/docs/edge-ai/ai-Infrustructure/about-our-ai-infrastructure ; }
}
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-anfrastructure/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 ; }
}

0 comments on commit be8504a

Please sign in to comment.