First, we have to remove the symlink:

rm -rf /usr/share/nginx/www

This would not delete phpMyAdmin, it deletes the symlink. Now we’ll create a new one using:

sudo ln -s /usr/share/phpmyadmin/ /var/www/html/phpmyadmin
 Browse :  http://IP_Address/phpmyadmin

By toihid

Leave a Reply