summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-11 13:01:51 +0200
committerRory& <root@rory.gay>2025-05-11 13:01:51 +0200
commitded9cae27c2fe2554e7b48c25b6b26d2e8f9c5ca (patch)
tree2c53750fa990b941bb6ee8e089f7588835eb43f1
parentUpdates (diff)
downloadRory-Open-Architecture-ded9cae27c2fe2554e7b48c25b6b26d2e8f9c5ca.tar.xz
More cgit processes
-rw-r--r--host/Rory-ovh/services/cgit.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/Rory-ovh/services/cgit.nix b/host/Rory-ovh/services/cgit.nix

index 905947a..8915ad2 100644 --- a/host/Rory-ovh/services/cgit.nix +++ b/host/Rory-ovh/services/cgit.nix
@@ -45,6 +45,7 @@ let in { services.cgit."main" = base_cgit_config; + servicse.fcgiwrap.instances."cgit-main".process.prefork = 32; services.cgit."ocp" = lib.attrsets.recursiveUpdate base_cgit_config { scanPath = "/data/git/.ocp"; @@ -56,4 +57,5 @@ in ] ); }; + servicse.fcgiwrap.instances."cgit-ocp".process.prefork = 32; }