phpmyadmin在nginx环境下配置错误
Posted caigan的技术博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phpmyadmin在nginx环境下配置错误相关的知识,希望对你有一定的参考价值。
location ~ .css {
add_header Content-Type text/css;
}
location ~ .js {
add_header Content-Type application/x-javascript;
}
不能配置以上两项,否则不到phpmyadmin.css.php这个文件以上*.js.php等文件
以上是关于phpmyadmin在nginx环境下配置错误的主要内容,如果未能解决你的问题,请参考以下文章
使用反向代理在 Nginx 中的 PhpMyAdmin 错误显示