entirely disable access log for status socket

This commit is contained in:
Daniel Micay 2023-02-18 08:16:20 -05:00
parent bf93ca826d
commit dc894526df

View File

@ -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 / {