entirely disable access log for status socket
This commit is contained in:
parent
bf93ca826d
commit
dc894526df
@ -432,9 +432,10 @@ http {
|
||||
|
||||
root /var/empty;
|
||||
|
||||
access_log off;
|
||||
|
||||
location = / {
|
||||
stub_status;
|
||||
access_log off;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
Loading…
x
Reference in New Issue
Block a user