diff --git a/copy/opt/local/etc/redis.conf b/copy/opt/local/etc/redis.conf index 65c9c45..25b173e 100644 --- a/copy/opt/local/etc/redis.conf +++ b/copy/opt/local/etc/redis.conf @@ -1,6 +1,7 @@ daemonize yes pidfile /var/db/redis/redis.pid -port 0 +bind 127.0.0.1 +port 6379 unixsocket /tmp/redis.sock unixsocketperm 775 timeout 0