mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-18 15:24:38 +02:00
9 lines
393 B
Text
9 lines
393 B
Text
# 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;
|
|
}
|