Skip to content

Commit

Permalink
docs: add python platform docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Nov 11, 2024
1 parent 0ef2006 commit 7e0d255
Show file tree
Hide file tree
Showing 51 changed files with 4,635 additions and 180 deletions.
10 changes: 9 additions & 1 deletion liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,11 @@ location ~ ^/instructions/fastapi/?$ {
}

location ~ ^/instructions/python/?$ {
return 301 /paas/docker/related-apps/python;
return 301 /paas/python/getting-started;
}

location ~ ^/paas/docker/related-apps/python/?$ {
return 301 /paas/python/getting-started;
}

location ~ ^/instructions/yii/?$ {
Expand Down Expand Up @@ -1259,6 +1263,10 @@ location ~ ^/one-click-apps/rabbitmq/quick-start/?$ {
return 301 /dbaas/rabbitmq/quick-setup;
}

location ~ ^/one-click-apps/wordpress/how-tos/enable-wprocket-extension/?$ {
return 301 /one-click-apps/wordpress/quick-start;
}


# Domain
location ~ ^/domains/management(?:/.*)?$ {
Expand Down
Loading

0 comments on commit 7e0d255

Please sign in to comment.