buildbot: trying to fix reloading

This commit is contained in:
Julien Malka 2023-02-02 11:03:44 +01:00
parent 3237af2e3a
commit 116835fb66
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -83,7 +83,10 @@ in
services.nginx.virtualHosts."ci.julienmalka.me" =
{
extraConfig = "ssl_session_timeout 1440m;";
extraConfig = ''
ssl_session_timeout 1440m;
ssl_session_cache shared:SSL:10m;
'';
locations."/".proxyPass = "http://127.0.0.1:1810/";
locations."/sse" = {
proxyPass = "http://127.0.0.1:1810/sse/";