Skip to content

Commit

Permalink
Merge pull request #67 from srobo/feature/tasks-redirect
Browse files Browse the repository at this point in the history
Add redirect to tasks project
  • Loading branch information
RealOrangeOne authored Sep 1, 2024
2 parents 8c3cb22 + 7afb332 commit 1b28290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/srobo-nginx/templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ http {
# srobo.org/links is on our business cards
rewrite ^/links / redirect;

rewrite ^/tasks https://github.com/orgs/srobo/projects/24/ redirect;

# SR Boards
rewrite ^/kch /docs/kit/brain_board redirect;
rewrite ^/mcv4 /docs/kit/motor_board redirect;
Expand Down

0 comments on commit 1b28290

Please sign in to comment.