Hi, I downloaded prodigy on a remote AWS server, it works fine from the command line of the remote machine but I try to enter the IP of the remote machine: 8080 into my browser, and I "the site can't be reached"
Hi! To make the URL accessible from the outside, you might have to set the "host"
to "*"
. See here for details:
Thanks!