Hello.
I’m trying to run 2 or more sites on my Google Cloud VM server.
I’ve done the following commands on my VM as root.
bench new-site site2name
bench set-nginx-port site2name 8282
bench setup nginx
service nginx restart / reload
When I check the frappe.conf file, indeed, there are two server entries for both sites, but whenever I try to go to my server ip (e.g xxx.xx.xxx.xx:8282), the page won’t load/respond, it’s says ERR_CONNECTION_TIMED_OUT.
Is there something I’m missing?
Thanks