Skip to content

Commit

Permalink
Merge pull request #212 from chain4travel/fix-Wallet-Redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysrbolles authored May 24, 2024
2 parents 9b0fb2a + 8ce57cc commit d4bb812
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ server {
try_files $uri $uri/ /index.html =404;
}

location = /wallet/ {
return 301 /login
}

location = /explorer/ {
return 301 /explorer/c-chain;
return 301 /explorer/camino/c-chain;
}

include /etc/nginx/extra-conf.d/*.conf;
Expand Down

0 comments on commit d4bb812

Please sign in to comment.