location ~* (\.(7z|bat|bak|ini|log|rar|sql|swp|tar|zip|gz|git|asp|svn)|/phpmyadmin) {
    deny all;
}

 

相关文章:

  • 2021-06-30
  • 2021-09-24
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
猜你喜欢
  • 2021-08-01
  • 2021-05-15
  • 2021-05-05
  • 2022-01-27
  • 2022-01-14
相关资源
相似解决方案