[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-03 21:22:12
This commit is contained in:
parent
cb4f870962
commit
f9ae8e025f
|
|
@ -168,7 +168,25 @@ http {
|
||||||
'"realpath_root":"$realpath_root",'
|
'"realpath_root":"$realpath_root",'
|
||||||
'"request_filename":"$request_filename",'
|
'"request_filename":"$request_filename",'
|
||||||
|
|
||||||
|
# Headers da Requisição
|
||||||
|
'"http_referer":"$http_referer",'
|
||||||
|
'"http_user_agent":"$http_user_agent",'
|
||||||
|
'"http_cookie":"$http_cookie",'
|
||||||
|
'"http_accept_encoding":"$http_accept_encoding",'
|
||||||
|
'"http_accept_language":"$http_accept_language",'
|
||||||
|
|
||||||
|
# Detalhes da Resposta
|
||||||
|
'"status":$status,'
|
||||||
|
'"body_bytes_sent":$body_bytes_sent,'
|
||||||
|
'"bytes_sent":$bytes_sent,'
|
||||||
|
'"sent_http_server":"$sent_http_server",'
|
||||||
|
'"sent_http_date":"$sent_http_date",'
|
||||||
|
'"sent_http_location":"$sent_http_location",'
|
||||||
|
'"sent_http_content_type":"$sent_http_content_type",'
|
||||||
|
'"sent_http_content_encoding":"$sent_http_content_encoding",'
|
||||||
|
'"sent_http_cache_control":"$sent_http_cache_control",'
|
||||||
|
'"sent_http_content_security_policy":"$sent_http_content_security_policy",'
|
||||||
|
'"sent_http_x_frame_options":"$sent_http_x_frame_options",'
|
||||||
'}';
|
'}';
|
||||||
|
|
||||||
log_format suspicious_bot 'SUSPICIOUS_BOT: $remote_addr - "$http_user_agent" - "$request"';
|
log_format suspicious_bot 'SUSPICIOUS_BOT: $remote_addr - "$http_user_agent" - "$request"';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue