k3 git: use new fcgiwrap instances module
This commit is contained in:
parent
7061e9c14d
commit
58ff754204
@ -391,12 +391,14 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fcgiwrap = {
|
services.fcgiwrap.instances.cgit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = cfg.cgit.fcgiwrap.user.name;
|
process.user = cfg.cgit.fcgiwrap.user.name;
|
||||||
group = cfg.cgit.fcgiwrap.group.name;
|
socket.user = cfg.cgit.fcgiwrap.user.name;
|
||||||
# socketAddress = "/run/fcgiwrap.sock" (default)
|
process.group = cfg.cgit.fcgiwrap.group.name;
|
||||||
# socketType = "unix" (default)
|
socket.group = cfg.cgit.fcgiwrap.group.name;
|
||||||
|
socket.address = "/run/fcgiwrap.sock";
|
||||||
|
# socket.type = "unix" (default)
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."cgitrc".text = let
|
environment.etc."cgitrc".text = let
|
||||||
|
Loading…
Reference in New Issue
Block a user