Skip to content

Commit

Permalink
Merge pull request #241 from boostcampwm-2024/nks-test
Browse files Browse the repository at this point in the history
chore: React routing 처리 수정
  • Loading branch information
dev-taewon-kim authored Dec 3, 2024
2 parents 8fccf90 + 95effcf commit 5f26180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .nks/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/configuration-snippet: |
if ($host = "nks-fe.clovapatra.com") {
try_files $uri /index.html;
}
spec:
ingressClassName: nginx
rules:
Expand Down

0 comments on commit 5f26180

Please sign in to comment.