This happened with me a short time ago on a new server.
If your site config files include:
listen domain.tld;
try changing them to:
listen 80;
or
listen *:80;
or
listen xx.xx.xx.xx:80;
Jim
This happened with me a short time ago on a new server.
If your site config files include:
listen domain.tld;
try changing them to:
listen 80;
or
listen *:80;
or
listen xx.xx.xx.xx:80;
Jim
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs