Files
vpn-p2p/ops/cookbooks/vendor/t42-common/templates/redis/local.conf

8 lines
285 B
Plaintext

# Specify the path for the Unix socket that will be used to listen for
# incoming connections. There is no default, so Redis will not listen
# on a unix socket when not specified.
#
unixsocket <%= node['redis']['unix']['path'] %>
unixsocketperm <%= node['redis']['unix']['perm'] %>