changed buildbot certs

This commit is contained in:
Julien Malka 2023-06-09 11:36:19 +02:00
parent 5fd3115df9
commit d16b8315b0
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -83,6 +83,8 @@ in
services.nginx.virtualHosts."ci.julienmalka.me" =
{
forceSSL = true;
enableACME = true;
extraConfig = ''
ssl_session_timeout 1440m;
ssl_session_cache shared:SSL:10m;