Merge branch 'main' into 'main'

added nginx statuspage for netdata to find

See merge request infra/haccfiles!2
This commit is contained in:
Lukas Schulz 2020-11-29 15:32:03 +01:00
commit ad5dd26c11

View file

@ -8,6 +8,10 @@
services.netdata = { services.netdata = {
enable = true; enable = true;
configText = ''
[global]
dbengine multihost disk space = 2307
'';
}; };
# Enable nginx service # Enable nginx service
@ -45,6 +49,12 @@
gzip_types *; gzip_types *;
''; '';
}; };
"/nginx_status" = {
extraConfig = ''
stub_status;
auth_basic off;
'';
};
}; };
}; };
}; };