phpmyadmin在nginx环境下配置错误

location ~ \.css {
           add_header  Content-Type    text/css;
        }

location ~ \.js {
            add_header  Content-Type    application/x-javascript;
        }

不能配置以上两项,否则不到phpmyadmin.css.php这个文件以上*.js.php等文件

上一篇:Centos下新建用户及修改用户目录


下一篇:使用STC-ISP向KEIL添加STC芯片头文件