joomla-security.conf 393 B

123456789
  1. # Nginx UI Template Start
  2. name = "Joomla Security"
  3. author = "@sanvu88"
  4. description = { en = "Joomla Security Config", zh_CN = "Joomla 安全配置", vi_VN = "Cấu hình bảo mật cho Joomla"}
  5. # Nginx UI Template End
  6. location ~* /(images|cache|media|logs|tmp)/.*\.(gz|tar|bzip2|7z|php|php5|php7|log|error|py|pl|kid|love|cgi|shtml|phps|pht|jsp|asp|sh|bash)$ {
  7. return 444;
  8. }