nginx_ui/nginx-ui-dev/template/block/joomla-security.conf

10 lines
384 B
Plaintext
Raw Normal View History

2025-03-04 19:28:12 +08:00
# Nginx UI Template Start
name = "Joomla Security"
author = "@sanvu88"
description = { en = "Joomla Security Config", zh_CN = "Joomla 安全配置", vi_VN = "Cấu hình bảo mật cho Joomla"}
# Nginx UI Template End
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)$ {
return 444;
}