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