Hello my friends, I just installed erpnext on Ubuntu14 with easyinstall script…and I reboot the server , now i try to connect it and get an error ERR_CONNECTION_REFUSED.
I found that there’s no process listening port 80…
But i check my nginx、supervisor、redis are all right.
I wonder know if anybody met this problem and how to fix it …
Thank you and sorry about my English…
2 Likes
Finally , I found the solution…
cd /etc/nginx/sites-available
vi default
annotate the line
listen [::]:80 default_server ipv6only=on;
restart nginx
I guess ipv6 make nginx bind 80 twice … and fail …
4 Likes