Skip to content

Commit

Permalink
fix Nginx conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysrbolles authored Jun 11, 2024
1 parent 9b56a14 commit de8ff7b
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 de8ff7b

Please sign in to comment.