Nginx Configuration for phpMyAdmin
On Debian 9 server with nginx, i installed phpmyadmin with apt install phpmyadmin For some reason, ip-address/phpmyadmin did not work. On Ubuntu, it normally ask for for web server you have installed, then configure it during install. I got this working by adding following code location /phpmyadmin { root /usr/share/; location ~ ^/phpmyadmin/(.*\.php)$ { include … Read more