From b2fc20fe8080e4c083b08354afdce287a91de0b7 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 13 Jan 2024 00:35:13 +0100 Subject: nomsable webring (just messing around for now) --- ilex/configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ilex/configuration.nix') diff --git a/ilex/configuration.nix b/ilex/configuration.nix index e87af9a..0f0e528 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -83,6 +83,19 @@ # }; + # for testing nomsring + # services.fcgiwrap.enable = true; + # services.nginx = { + # enable = true; + # virtualHosts.default = { + # locations."~ (.*)".extraConfig = '' + # fastcgi_pass unix:${config.services.fcgiwrap.socketAddress}; + # include ${pkgs.nginx}/conf/fastcgi_params; + # fastcgi_param SCRIPT_FILENAME /tmp/dingsda; + # fastcgi_param PATH_INFO $1; + # ''; + # }; + # }; services.tlp = { enable = true; settings = { -- cgit v1.2.3