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