phpmyadmin在nginx环境下配置错误
location ~ \.css {
add_header Content-Type text/css;
}
location ~ \.js {
add_header Content-Type application/x-javascript;
}
不能配置以上两项,否则不到phpmyadmin.css.php这个文件以上*.js.php等文件