logging - Suppress nginx access denied error log -


i have rules setup in nginx deny access ips. works great, each request denied ip, error starts following gets logged:

[error] 7325#0: *5761 access forbidden rule, client... 

is there way suppress these "errors" being logged?

you can set error_log less strict level, can lost important alerts in case.

core functionality - error_log

error_log filename crit; 

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -