From c7e4c3b5a31766a858a44553fb32990554b97f17 Mon Sep 17 00:00:00 2001 From: davidak Date: Tue, 17 Mar 2020 15:34:43 +0100 Subject: [PATCH] nixos/phpfpm: add example to socket --- nixos/modules/services/web-servers/phpfpm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-servers/phpfpm/default.nix b/nixos/modules/services/web-servers/phpfpm/default.nix index 2c73da10394..3db19c781d0 100644 --- a/nixos/modules/services/web-servers/phpfpm/default.nix +++ b/nixos/modules/services/web-servers/phpfpm/default.nix @@ -47,6 +47,7 @@ let Path to the unix socket file on which to accept FastCGI requests. This option is read-only and managed by NixOS. ''; + example = "${runtimeDir}/.sock"; }; listen = mkOption {