Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 7, 2025
1 parent eb723bc commit 9368ec3
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: "^https://(.*)/\\?f(.*)$"
replacement: "https://${1}/catalog?f${2}"
regex: "^(.*)://(.*)/\\?f(.*)$"
replacement: "${1}://${2}/catalog?f${3}"
{{- end -}}

0 comments on commit 9368ec3

Please sign in to comment.