monitoring

This commit is contained in:
41666 2024-02-11 02:19:23 -05:00
parent 81356205a0
commit 5cf670d946

View file

@ -9,7 +9,7 @@ in {
settings = {
namespaces = [{
inherit format;
name = "nginx";
source.files = ["/var/log/nginx/access.log"];
}];
@ -18,7 +18,7 @@ in {
services.nginx.commonHttpConfig = ''
access_log /var/log/nginx/access.log;
log_format combined ${format};
log_format combined "${format}";
'';
networking.firewall.allowedTCPPorts = [ 14201 ];