Expand the set of URLs that will redirect to regression.boost.io (#1902)

This commit is contained in:
Sam Darwin
2025-08-26 08:42:29 -06:00
committed by GitHub
parent a5e455a236
commit 4b9284e684

View File

@@ -119,10 +119,8 @@ data:
location = /development/bugs.html { return 301 /doc/user-guide/reporting-issues.html; }
location = /development/pull_requests.php { return 301 $scheme://$host; }
location = /development/testing.html { return 301 /doc/contributor-guide/testing/boost-test-matrix.html#_regression_dashboard; }
location = /development/tests/master/developer/summary.html { return 301 https://regression.boost.io/master/developer/summary.html; }
location = /development/tests/master/developer/issues.html { return 301 https://regression.boost.io/master/developer/issues.html; }
location = /development/tests/develop/developer/summary.html { return 301 https://regression.boost.io/develop/developer/summary.html; }
location = /development/tests/develop/developer/issues.html { return 301 https://regression.boost.io/develop/developer/issues.html; }
location ~ /development/tests/master/developer/([^/]+).html { return 301 https://regression.boost.io/master/developer/$1.html; }
location ~ /development/tests/develop/developer/([^/]+).html { return 301 https://regression.boost.io/develop/developer/$1.html; }
location ~ ^/(development/running_regression_tests.html|doc/regression)$ { return 301 /doc/contributor-guide/testing/regression-tests.html; }
location = /development/requirements.html { return 301 /doc/contributor-guide/index.html; }
location = /development/test.html { return 301 /doc/contributor-guide/testing/intro.html; }