mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 11:10:53 +02:00
buildbot: trying to fix reloading
This commit is contained in:
parent
3237af2e3a
commit
116835fb66
1 changed files with 4 additions and 1 deletions
|
@ -83,7 +83,10 @@ in
|
||||||
|
|
||||||
services.nginx.virtualHosts."ci.julienmalka.me" =
|
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."/".proxyPass = "http://127.0.0.1:1810/";
|
||||||
locations."/sse" = {
|
locations."/sse" = {
|
||||||
proxyPass = "http://127.0.0.1:1810/sse/";
|
proxyPass = "http://127.0.0.1:1810/sse/";
|
||||||
|
|
Loading…
Add table
Reference in a new issue