Attribute set of domains to collect stats for.
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
"mysite" = {
domain = "example.com";
logFile = "/var/log/nginx/access.log";
};
}
Attribute set of domains to collect stats for.
attribute set of (submodule)
{ }
{
"mysite" = {
domain = "example.com";
logFile = "/var/log/nginx/access.log";
};
}