phpmyadmin在nginx环境下配置错误

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

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

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

猜你喜欢

转载自www.cnblogs.com/caicaizi/p/9572137.html