chore(3p/sources): Bump channels & overlays
* //users/sterni/machines/ingeborg: adjust to yet another API change in the fcgiwrap module Change-Id: Ic601bb7161887dec5cfbe68205be816cf9b92d17 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12202 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de> Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
97c60d9857
commit
41706c8764
2 changed files with 17 additions and 17 deletions
|
|
@ -170,7 +170,7 @@ in
|
|||
];
|
||||
|
||||
config = {
|
||||
services.fcgiwrap.cgit = {
|
||||
services.fcgiwrap.instances.cgit = {
|
||||
process = {
|
||||
user = "http";
|
||||
group = "http";
|
||||
|
|
@ -197,7 +197,7 @@ in
|
|||
fastcgi_param QUERY_STRING $args;
|
||||
fastcgi_param HTTP_HOST $server_name;
|
||||
fastcgi_param CGIT_CONFIG ${cgitConfig};
|
||||
fastcgi_pass unix:${toString config.services.fcgiwrap.cgit.socket.address};
|
||||
fastcgi_pass unix:${toString config.services.fcgiwrap.instances.cgit.socket.address};
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue