Merge pull request #82784 from davidak/fpm

nixos/phpfpm: add example to socket
This commit is contained in:
Aaron Andersen 2020-03-28 22:22:24 -04:00 committed by GitHub
commit 24d456a48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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