Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 7, 2025
1 parent 1d0c495 commit 40ba86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nomad/traefik-wall/deploy/bot-plugin-staging.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ http:
excludeRoutes: "/catalog/facet,/catalog/range_limit"
append-catalog-regex:
redirectRegex:
regex: "^(.*)://(.*).edu/\\?f(.*)$"
replacement: "${1}://${2}.edu/catalog?f${3}"
regex: "(.*)\\.edu/\\?f(.*)"
replacement: "${1}.edu/catalog?f${2}"
{{- end -}}

0 comments on commit 40ba86e

Please sign in to comment.