nixos/phpfpm: add example to socket

This commit is contained in:
davidak 2020-03-17 15:34:43 +01:00
parent cf15f09e45
commit c7e4c3b5a3

View file

@ -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 {