WIP: Add metrics

This commit is contained in:
Tristan Daniël Maat 2023-10-07 22:14:43 +02:00
parent 8dc5e13363
commit 43393eaffb
Signed by: tlater
GPG key ID: 49670FD774E43268
22 changed files with 542 additions and 26 deletions

View file

@ -50,6 +50,9 @@ in {
services.nginx.virtualHosts."${hostName}" = {
forceSSL = true;
enableACME = true;
extraConfig = ''
access_log /var/log/nginx/${hostName}/access.log upstream_time;
'';
};
# Block repeated failed login attempts