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

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

 

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2022-02-02
  • 2022-01-04
  • 2021-11-29
  • 2021-05-20
  • 2021-11-25
  • 2021-12-12
  • 2021-09-29
相关资源
相似解决方案