entirely disable access log for status socket

This commit is contained in:
Daniel Micay 2023-02-18 08:18:07 -05:00
parent deb985e065
commit 74228f0fdc

View File

@ -186,9 +186,10 @@ http {
root /var/empty;
access_log off;
location = / {
stub_status;
access_log off;
}
location / {