[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-03 22:40:21
This commit is contained in:
parent
86fb060d21
commit
f4407f46ee
|
|
@ -40,7 +40,13 @@ SecRule REQUEST_URI "@rx ^/.*/(src/branch|_edit|_new|commits/branch)/" "id:10008
|
||||||
SecRule REQUEST_URI "@rx ^/.*/.*(raw|assets)/" "id:10011,phase:1,nolog,pass,ctl:ruleEngine=Off"
|
SecRule REQUEST_URI "@rx ^/.*/.*(raw|assets)/" "id:10011,phase:1,nolog,pass,ctl:ruleEngine=Off"
|
||||||
SecRule REQUEST_FILENAME "@rx \.conf$" "id:10013,phase:1,nolog,pass,chain,msg:'[CUSTOM] Whitelist .conf files for Git server'"
|
SecRule REQUEST_FILENAME "@rx \.conf$" "id:10013,phase:1,nolog,pass,chain,msg:'[CUSTOM] Whitelist .conf files for Git server'"
|
||||||
SecRule SERVER_NAME "@streq git.itguys.com.br" "ctl:ruleRemoveById=930120"
|
SecRule SERVER_NAME "@streq git.itguys.com.br" "ctl:ruleRemoveById=930120"
|
||||||
|
SecRule REQUEST_URI "@rx ^/[^/]+/[^/]+/upload-file$" \
|
||||||
|
"id:10025, \
|
||||||
|
phase:1, \
|
||||||
|
pass, \
|
||||||
|
nolog, \
|
||||||
|
ctl:ruleEngine=Off, \
|
||||||
|
msg:'TUNING: ModSecurity desativado para a rota de upload de arquivos do Gitea'"
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# Exceções para o Grafana
|
# Exceções para o Grafana
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue