From 9ccdf59a6c38417795aacbd5168ef652d7a2aff3 Mon Sep 17 00:00:00 2001 From: Roman Khabarov Date: Thu, 30 May 2024 14:30:53 +0200 Subject: [PATCH] chore(fix): deploy --- .helm/templates/Deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helm/templates/Deployment.yaml b/.helm/templates/Deployment.yaml index d7f3e50..4f68d2f 100755 --- a/.helm/templates/Deployment.yaml +++ b/.helm/templates/Deployment.yaml @@ -38,7 +38,7 @@ data: location / { root /usr/share/nginx/html; index index.html; - try_files $uri /index.html; + try_files $uri $uri/ /index.html; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;