Skip to content

Commit

Permalink
chg: dev: also listen on localhost for redis to be able to use the mu…
Browse files Browse the repository at this point in the history
…nin plugin
  • Loading branch information
drscream committed Sep 28, 2014
1 parent 09345b2 commit d30ff69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion copy/opt/local/etc/redis.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d30ff69

Please sign in to comment.