Closed katbow closed 7 years ago
@katbow did you see: /production-deployment.md#redirect-tcp-port-80-to-port-4000-where-our-app-is-listening ? 🤔
@nelsonic thanks! That works a charm ✨ 💃
@katbow please close
if answered. 😉
yep, all good. thanks again 🙂
We are running our phoenix application in a virtual machine. We had some trouble getting this started, and found out we need to run it as
sudo mix phoenix.server
instead of justmix phoenix.server
.We can make requests with
curl
and see the response from the server, however we have not been able to figure out how to go to localhost to view the changes to the site from here & check if it runs as expected.We tried going to the IP address that we ssh'd into with
:4000
and it just hung.Need this for checking https://github.com/healthlocker/healthlocker/issues/852