Cant get access to phpmyadmin with nginx under debian "No input file specified."

Solution 1:

On file /etc/nginx/sites-availables/www.myserver.com.vhost

Change the line root /usr/share/; inside location /phpmyadmin to: root /usr/share/phpmyadmin/;