How do I get Phpmyadmin to work with Nginx and Ubuntu? [closed] How do I get Phpmyadmin to work with Nginx and Ubuntu? [closed] nginx nginx

How do I get Phpmyadmin to work with Nginx and Ubuntu? [closed]


First, you have to configure php with fpm or fastcgi (older method) on nginx, there are plenty of docs available for that.Once you have setup php with either of the methods, all you have to do is extract phpmyadmin files to the docroot in a subdirectory and configure phpmyadmin by editing config.inc.php or using the setup script provided at /setup.

To setup php 5.3 fpm + nginx: http://www.howtoforge.com/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian