MyNixOS website logo
option

services.fcgiwrap.instances.<name>.socket.mode

Mode to be set on the UNIX socket. Defaults to private to the socket's owner.

Declarations
Type
null or string
Default
if config.socket.type == "unix" then "0600" else null