summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-03-28 22:22:24 -0400
committerGitHub <noreply@github.com>2020-03-28 22:22:24 -0400
commit24d456a48daccf1f8b179c53d92ed3c2c3bc47b4 (patch)
treed18dd021a35930daa4196fb7aed94d727a48936c /nixos
parentf5a65df77c1a142ebbfbd5bc32cbe445fb5c3b13 (diff)
parentc7e4c3b5a31766a858a44553fb32990554b97f17 (diff)
Merge pull request #82784 from davidak/fpm
nixos/phpfpm: add example to socket
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/phpfpm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-servers/phpfpm/default.nix b/nixos/modules/services/web-servers/phpfpm/default.nix
index 2c73da103946..3db19c781d03 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.
<note><para>This option is read-only and managed by NixOS.</para></note>
'';
+ example = "${runtimeDir}/<name>.sock";
};
listen = mkOption {