From ee293b3cd50536a714b8d149bcbc8dd7d5f6f4ea Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 13 Jul 2021 08:33:53 -0400 Subject: update --- config/fcgiwrap.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 config/fcgiwrap.nix (limited to 'config/fcgiwrap.nix') diff --git a/config/fcgiwrap.nix b/config/fcgiwrap.nix deleted file mode 100644 index ab08436..0000000 --- a/config/fcgiwrap.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ config, lib, pkgs, ... }: -let - fcgiPort = (import ../data/aliases.nix).services.fcgi.port; -in -{ - networking.firewall.allowedTCPPorts = [ fcgiPort ]; - - services.fcgiwrap = { - enable = true; - socketType = "tcp"; - socketAddress = "0.0.0.0:${toString fcgiPort}"; - user = "fcgi"; - group = "fcgi"; - }; -} -- cgit v1.2.3