Website can't be visited

I installed Caddy V1 and it runs, the configure of Caddyfile

websitedomainname.com {
 tls dlldd@gmail.com
 proxy / 127.0.0.1:3000 {
    header_upstream Host {host}
    header_upstream X-Real-IP {remote}
    header_upstream X-Forwarded-For {remote}
    header_upstream X-Forwarded-Proto {scheme}
  }
 log /var/log/caddy.log
 gzip
}

I can visit the website via websitedomainname.com:3000, but can’t visit the website via websitedomainname.com, please help me, thank you.

There’s not enough information to help here. Please fill our the help thread template.

Also it looks like you’re using Caddy v1. That version is no longer under active development, I strongly suggest you upgrade to Caddy v2.

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.