Hello,
first off, thanks for all your efforts to make ERP system simple and easy.
but I would like to inform you that … installing ERPNEXT is still complicated.
1- no one guide which helps you to install it from a to z.
2- you have to search by yourself here and there to find an answer.
3- of course, I will write a topic about my story when finished installing completely
4- I am a programmer and an advanced user (win & linux & mac) but it is still complicated
5- my situation is
I have done bench init mybench & cd mybench then
bench config dns_multitenant on
bench new-site site1
bench new-site site2
bench new-site site3
after that install erpnext for each site and add custom domain for each site
bench setup add-domain --site site1 XYZ1.example.com
bench setup add-domain --site site2 XYZ2.example.com
bench setup add-domain --site site3 XYZ3.example.com
after that i run sudo bench setup production username
i have point my subdomains to my ip server like
www.example.com 242.43.34.1
XYZ1.example.com 242.43.34.1
XYZ2.example.com 242.43.34.1
XYZ3.example.com 242.43.34.1
nginx -t is ok and everything is ok except
when visiting my website with ip 242.43.34.1 or www.example.com i got " Sorry!
We will be back soon." page
when visiting my website with ip XYZ1.example.com … my site is working great
when visiting my website with ip XYZ2.example.com or XYZ3.example.com i got
" This site can’t be reached ERR_CONNECTION_REFUSED"
so could you guide me plz how to solve it?
ps. i thought its from nginx configuration maybe right?