Skip to content

Commit

Permalink
Merge pull request #409 from chain4travel/fix-nginx-conflicts
Browse files Browse the repository at this point in the history
fix Nginx conflicts
  • Loading branch information
Ysrbolles authored Jun 11, 2024
2 parents 9b56a14 + de8ff7b commit cbe248c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ server {
}

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

include /etc/nginx/extra-conf.d/*.conf;
}
}

0 comments on commit cbe248c

Please sign in to comment.