Configuring phpmyadmin

Igor Sysoev igor at sysoev.ru
Wed May 25 17:15:57 MSD 2011


On Wed, May 25, 2011 at 09:07:30AM -0400, Trazzt wrote:
> I mean I still get the text screen like in the image. I still get no
> layout, only the 'index.php' file in text format.
> Like in the screenshot:
> http://postimage.org/image/2j6o8olyc/

Try to add localhost and 127.0.0.1 to ensure that you request a right
server:

server{
    listen 80;
    server_name phpmyadmin localhost 127.0.0.1;


-- 
Igor Sysoev



More information about the nginx mailing list