Skip to content

Commit

Permalink
Redirect www.yoma.world -> yoma.world`
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Apr 9, 2024
1 parent 4868673 commit 4e49cda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/yoma-web/conf/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ ingress:
internal:
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: 32k
nginx.ingress.kubernetes.io/configuration-snippet: |-
if ($host = 'www.yoma.world') {
rewrite ^ https://yoma.world/$request_uri permanent;
}
rules:
- host: yoma.world
- host: www.yoma.world
external:
enabled: true
annotations:
Expand Down

0 comments on commit 4e49cda

Please sign in to comment.