Submitted by kindnation on Fri, 04/25/2014 - 06:44
I'm using Nginx and trying to install phpmyadmin with the installer script. I manually added:
location /phpmyadmin/ {
index index.html index.htm;
}
to the nginx.conf server block, and when trying to access http://domain.com/phpmyadmin I get a blank page.
Can you advise what I need to do to get phpmyadmin to work with nginx?
Status:
Active
Comments
Submitted by andreychek on Fri, 04/25/2014 - 09:04 Comment #1
Howdy -- what errors do you get in the logs when accessing phpMyAdmin?
Submitted by kindnation on Fri, 04/25/2014 - 10:45 Comment #2
Hi, thanks for the response. Can you advise what logs I should be looking at?
I noticed that it's not isolated to phpmyadmin. I just tried installing Roundcube and it results in the same: 502 Bad Gateway error when I goto to my domain.
After I uninstall the scripts, the domain will still result in the 502 Bad Gateway.
The only script I can install is WordPress which works as expected. However, if I install any other script, remove it, I can no longer access the WordPress page, and the same 502 Bad Gateway.