Skip to content

Commit

Permalink
chore: add some redirects for go
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Dec 11, 2024
1 parent 9b52c45 commit 3ab4520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ location ~ ^/paas/docker/related-apps/go?$ {
return 301 /paas/go/getting-started/;
}

location ~ ^/paas/go/(.*)$ {
location ~ ^/paas/golang/(.*)$ {
return 301 /paas/go/$1;
}

Expand Down

0 comments on commit 3ab4520

Please sign in to comment.