Skip to content

Commit

Permalink
Correct redirect rule (for plex)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mcd committed Jan 4, 2022
1 parent 6ff0a71 commit d83a5cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
namespace: networking
spec:
redirectRegex:
regex: "^(http|https)://${SECRET_DOMAIN}/"
replacement: "https://${SECRET_DOMAIN}/web/"
regex: "^(http|https)://(.*).${SECRET_DOMAIN}/"
replacement: "https://(.*).${SECRET_DOMAIN}/web/"
permanent: true

0 comments on commit d83a5cb

Please sign in to comment.