Migrating from WebFaction (like everyone else on here I guess). Over there the default was Passenger+Nginx. Here it is Puma so I am trying that. After working out some bugs in the default install, puma is starting, but nothing is getting served. I have a site set up in the control panel, I told it what app to connect to, chose a domain, etc. Running Rails 5.x by the way, so I don't think config.hosts needs to be set up (right?)
Getting this in the logs (my_ip and my_domain replaced with my actual info). Any ideas?
2020/10/23 16:14:24 [error] 17379#17379: *4494829 connect() failed (111: Connection refused) while connecting to upstream, client: <my_ip>, server: <my_domain>, request: "GET /favicon.ico HTTP/1.1", upstream: "http://0.0.0.0:21005/favicon.ico", host: "<my_domain>", referrer: "http://<my_domain>"