fix: prosody shouldnt log debug messages
This commit is contained in:
@@ -35,6 +35,11 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.prosody.extraConfig = ''
|
||||||
|
log = {
|
||||||
|
info = "*syslog";
|
||||||
|
}
|
||||||
|
'';
|
||||||
services.nginx.virtualHosts."${cfg.subdomain}.${domain}" = {
|
services.nginx.virtualHosts."${cfg.subdomain}.${domain}" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = domain;
|
useACMEHost = domain;
|
||||||
|
Reference in New Issue
Block a user