Skip to content

Commit

Permalink
buildbot: Remove /all redirect (#375)
Browse files Browse the repository at this point in the history
It's already rewritten out in the location / config.
  • Loading branch information
zware authored Jul 12, 2024
1 parent 88a6583 commit 3d351ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions salt/buildbot/config/nginx.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ server {
rewrite ^/3.x.stable(/?)$ /#/grid?branch=main&tag=stable redirect;
rewrite ^/stable(/?)$ /#/grid?tag=stable redirect;

rewrite ^/all/(.*)$ /$1 redirect;

location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
Expand Down

0 comments on commit 3d351ea

Please sign in to comment.