Skip to content

Commit 3d351ea

Browse files
authored
buildbot: Remove /all redirect (#375)
It's already rewritten out in the location / config.
1 parent 88a6583 commit 3d351ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

salt/buildbot/config/nginx.conf.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ server {
2727
rewrite ^/3.x.stable(/?)$ /#/grid?branch=main&tag=stable redirect;
2828
rewrite ^/stable(/?)$ /#/grid?tag=stable redirect;
2929

30-
rewrite ^/all/(.*)$ /$1 redirect;
31-
3230
location / {
3331
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
3432
proxy_set_header Host $http_host;

0 commit comments

Comments
 (0)