We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09262a1 commit 30e2f76Copy full SHA for 30e2f76
kube/boost/templates/configmap-nginx.yaml
@@ -107,6 +107,7 @@ data:
107
location = /users/faq.html { return 301 /doc/user-guide/faq.html; }
108
location = /users/proposal.pdf { return 301 /doc/user-guide/boost-history.html; }
109
location ~ ^/users/history/version_(\d+)_(\d+)_(\d+)\.html$ { return 301 /releases/$1.$2.$3/; }
110
+ location ~ ^/users/news/version_(\d+).(\d+).(\d+)/?$ { return 301 /releases/$1.$2.$3/; }
111
location = /community/groups.html { return 301 /community/; }
112
location = /community/policy.html { return 301 /doc/user-guide/discussion-policy.html; }
113
location = /community/cpp.html { return 301 /doc/user-guide/faq.html#isocommitteemeetings; }
0 commit comments