diff --git a/nginx.conf b/nginx.conf index 3f32dca0c..b01d3cee8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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; -} +} \ No newline at end of file