added nginx statuspage for netdata to find
This commit is contained in:
parent
1c82f94bce
commit
8e2815884a
3 changed files with 18 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
||||||
auth_basic off;
|
auth_basic off;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"/nginx_status" = {
|
||||||
|
extraConfig = ''
|
||||||
|
stub_status;
|
||||||
|
auth_basic off;
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
appendHttpConfig = ''
|
appendHttpConfig = ''
|
||||||
|
|
|
@ -30,6 +30,12 @@ in {
|
||||||
auth_basic off;
|
auth_basic off;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"/nginx_status" = {
|
||||||
|
extraConfig = ''
|
||||||
|
stub_status;
|
||||||
|
auth_basic off;
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
appendHttpConfig = ''
|
appendHttpConfig = ''
|
||||||
|
|
|
@ -33,6 +33,12 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
"/nginx_status" = {
|
||||||
|
extraConfig = ''
|
||||||
|
stub_status;
|
||||||
|
auth_basic off;
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
appendHttpConfig = ''
|
appendHttpConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue