phpmyadmin在nginx环境下配置错误

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

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

 

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

posted on 2018-09-01 23:35  caigan  阅读(794)  评论(0编辑  收藏  举报