Add more logging, set asraphiel.dev as default

main
Julius 2022-06-08 09:11:13 +02:00
parent 9b5a5270b9
commit 57aaf9d506
Signed by: j00lz
GPG Key ID: AF241B0AA237BBA2
1 changed files with 7 additions and 0 deletions

View File

@ -54,7 +54,11 @@ in {
forceSSL = true;
http2 = true;
enableACME = true;
default = true;
root = "/etc/main";
locations."/very/hidden/index.html" = {
return = "301 https://youtu.be/dQw4w9WgXcQ";
};
};
virtualHosts."auth.asraphiel.dev" = k8sProxy;
@ -116,6 +120,9 @@ in {
from = "host";
}
];
histogram_buckets =
[ 5.0e-3 1.0e-2 2.5e-2 5.0e-2 0.1 0.25 0.5 1 2.5 5 10 ];
}];
};