Merge pull request #82784 from davidak/fpm
nixos/phpfpm: add example to socket
This commit is contained in:
commit
24d456a48d
@ -47,6 +47,7 @@ let
|
|||||||
Path to the unix socket file on which to accept FastCGI requests.
|
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>
|
<note><para>This option is read-only and managed by NixOS.</para></note>
|
||||||
'';
|
'';
|
||||||
|
example = "${runtimeDir}/<name>.sock";
|
||||||
};
|
};
|
||||||
|
|
||||||
listen = mkOption {
|
listen = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user