location ~ \.css {
add_header Content-Type text/css;
}
location ~ \.js {
add_header Content-Type application/x-javascript;
}
不能配置以上两项,否则不到phpmyadmin.css.php这个文件以上*.js.php等文件
原文地址:https://www.cnblogs.com/caicaizi/p/9572137.html
时间: 2024-10-26 07:09:29