Hi all, I'm facing a small issue when deploying prefect server on EC2 instance (we are hosting our own server). I am unable to access UI from the browser. The traffic rules are in place for the port 4200 and 80. I suppose the issue is the prefect server being bound to 127.0.0.1 as a default. How can I change that? I have tried setting PREFECT_API_URL=<http//m|http//><ec2-public-up>:4200 environment variable but no luck.
Thanks.