Skip to content

Commit

Permalink
chore: add some redirects based on gsc
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Nov 26, 2024
1 parent f46a28b commit a14989c
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,107 @@ location ~ ^/app-deploy/flask/deploy/?$ {
return 301 /paas/flask/how-tos/deploy-app/;
}

location ~ ^/one-click-apps/wordpress/email/?$ {
return 301 /email-server/how-tos/connect-via-platform/wordpress/;
}

location ~ ^/dns/add-domain/?$ {
return 301 /dns-management-system/how-tos/add-records/;
}

location ~ ^/app-deploy/nodejs/desktop/?$ {
return 301 /paas/nodejs/how-tos/deploy-app/;
}

location ~ ^/instructions/elasticsearch/?$ {
return 301 /dbaas/elastic-search/quick-setup/;
}

location ~ ^/apps/zero-downtime-deployment/?$ {
return 301 /paas/details/zero-downtime-deployment/;
}

location ~ ^/apps/zero-downtime-deployment/?$ {
return 301 /paas/details/zero-downtime-deployment/;
}

location ~ ^/projects/console/?$ {
return 301 /paas/details/zero-downtime-deployment/;
}

location ~ ^/app-deploy/react/desktop/?$ {
return 301 /paas/react/how-tos/deploy-app/;
}

location ~ ^/app-deploy/react/desktop/?$ {
return 301 /paas/react/how-tos/deploy-app/;
}

location ~ ^/one-click-apps/wordpress/install/?$ {
return 301 /one-click-apps/wordpress/quick-start/;
}

location ~ ^/databases/postgresql/restore/?$ {
return 301 /dbaas/postgresql/how-tos/restore-backup/;
}

location ~ ^/databases/mysql-mariadb/connections/?$ {
return 301 /dbaas/mariadb/how-tos/connect-via-platform/about/;
}

location ~ ^/instructions/jekyll/?$ {
return 301 /paas/static/related-apps/jekyll/;
}

location ~ ^/email-server/how-tos/connect-via-platform/golang/?$ {
return 301 /email-server/how-tos/connect-via-platform/go/;
}

location ~ ^/databases/postgresql/backup/?$ {
return 301 /dbaas/postgresql/how-tos/create-backup/;
}

location ~ ^/app-deploy/vue/deploy/?$ {
return 301 /paas/vue/how-tos/deploy-app/;
}

location ~ ^/storage/overview/?$ {
return 301 /object-storage/about/;
}

location ~ ^/instructions/gatsbyjs/?$ {
return 301 /paas/static/related-apps/gatsby/;
}

location ~ ^/headless-chrome/how-tos/connect-by-nodejs-and-playwright/?$ {
return 301 /one-click-apps/headless-chrome/how-tos/connect-by-nodejs-and-playwright/;
}

location ~ ^/one-click-apps/nocodb/?$ {
return 301 /one-click-apps/nocodb/quick-start/;
}

location ~ ^/buckets/search/?$ {
return 301 /object-storage/how-tos/search-file/;
}

location ~ ^/app-deploy/static/deploy/?$ {
return 301 /paas/static/how-tos/deploy-app/;
}

location ~ ^/one-click-apps/apache-answer/how-tos/quick-start/?$ {
return 301 /one-click-apps/apache-answer/quick-start/;
}

location ~ ^/app-deploy/docker/desktop/?$ {
return 301 /paas/docker/how-tos/deploy-app/;
}

location ~ ^/one-click-apps/gitea/how-tos/quick-start?$ {
return 301 /one-click-apps/gitea/quick-start/;
}

# 301 - page 30



Expand Down

0 comments on commit a14989c

Please sign in to comment.