Skip to content

Commit

Permalink
chore(fix): deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RozmarinUS committed May 30, 2024
1 parent 3f3793c commit 9ccdf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .helm/templates/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9ccdf59

Please sign in to comment.