2490ce968c73 ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ ... }: { imports = [ ./nginx.nix ]; config.services.fcgiwrap = { enable = true; socketType = "unix"; socketAddress = "/run/fcgiwrap.sock"; user = "http"; group = "http"; }; }