diff --git a/roles/srobo-nginx/templates/nginx.conf b/roles/srobo-nginx/templates/nginx.conf index 2ac2eef..9e8f38b 100644 --- a/roles/srobo-nginx/templates/nginx.conf +++ b/roles/srobo-nginx/templates/nginx.conf @@ -225,6 +225,9 @@ http { # About page has been merged into the home page rewrite ^/about / redirect; + # srobo.org/links is on our business cards + rewrite ^/links / redirect; + # SR Boards rewrite ^/kch /docs/kit/brain_board redirect; rewrite ^/mcv4 /docs/kit/motor_board redirect;