server
{
listen 888 ;
server_name www.bt.cn;
index index.html index.htm index.php;
root /www/server/phpmyadmin;
error_page 404 /404.html;
include enable-php-56.conf;
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 12h;
}
location ~ /\.
{
deny all;
}
access_log /www/wwwlogs/access.log;
}
这是nginx.conf里面phpmyadmin的配置
phpmyadmin版本4.7 PHP版本5.6
用下面的地址 怎么访问都是404
http://IP地址:888/phpmyadmin_b23a1b3c6e08b484/index.php
|
|