I have an Ubuntu server with node service running on port 1337,
I try to access PhpMyAdmin with the domain\Ip but fail.
With the domain name, I am getting 502 Bad Gateway from Nginx
I have a version 7.4.3 php and I also added a symbolic link:
sudo ln -s /usr/share/phpmyadmin/ /var/www/phpmyadmin
Can anyone point where my issue is? I am new to Nginx so sorry if I am not that clear.