Make release version redirect dynamic (#1539)

This commit is contained in:
Greg Kaleka
2024-12-11 12:21:33 -05:00
committed by GitHub
parent 6f02da7016
commit 3dee4b0a7d

View File

@@ -96,7 +96,7 @@ data:
location = /users/bibliography.html { return 301 /doc/user-guide/resources.html; }
location = /users/faq.html { return 301 /doc/user-guide/faq.html; }
location = /users/proposal.pdf { return 301 /doc/user-guide/boost-history.html; }
location = /users/history/version_1_84_0.html { return 301 /releases/boost-1-84-0/; }
location ~ ^/users/history/version_(\d+)_(\d+)_(\d+)\.html$ { return 301 /releases/$1.$2.$3/; }
location = /community/groups.html { return 301 /community/; }
location = /community/policy.html { return 301 /doc/user-guide/discussion-policy.html; }
location = /community/cpp.html { return 301 /doc/user-guide/faq.html#isocommitteemeetings; }