Skip to content

Commit dcb10a5

Browse files
authored
Redirect /sgi/stl/ to stl subdomain (boostorg#1793)
1 parent c768fe9 commit dcb10a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kube/boost/templates/configmap-nginx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ data:
8989
# expires 1d;
9090
}
9191
92+
location ~ ^/sgi/stl/(.*)$ { return 301 https://stl.boost.org/$1; }
9293
location = /more/getting_started/index.html { return 301 /doc/user-guide/getting-started.html; }
9394
location = /map.html { return 301 /docs/; }
9495
location = /users/ { return 301 /doc/user-guide/index.html; }

0 commit comments

Comments
 (0)