forked from mirrors_public/oddlama_nix-config
chore: disable access logs for uninteresting high volume endpoint (telegraf write api), and internal nginx_status
This commit is contained in:
parent
f2a97b16c6
commit
13d9baedc1
2 changed files with 15 additions and 4 deletions
|
@ -152,6 +152,7 @@ in {
|
|||
allow ::1;
|
||||
deny all;
|
||||
stub_status;
|
||||
access_log off;
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue