Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 7, 2025
1 parent a05432f commit ca489dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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,8 @@ http:
excludeRoutes: "/catalog/facet,/catalog/range_limit"
append-catalog-regex:
redirectRegex:
regex: "(.*)/\\?f(.*)"
replacement: "${1}/catalog?f${2}"
regex: /\?f(.*)
replacement: /catalog?f${1}
# regex: "^(.*)://(.*).edu/\\?f(.*)$"
# replacement: "${1}://${2}.edu/catalog?f${3}"
{{- end -}}

0 comments on commit ca489dc

Please sign in to comment.