Skip to content

Commit

Permalink
bind to all interfaces to connections through vagrant tunnel works
Browse files Browse the repository at this point in the history
  • Loading branch information
andymccurdy committed Jun 14, 2016
1 parent 0472ff3 commit 979891c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/redis-configs/001-master
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pidfile /var/run/redis-master.pid
bind *
port 6379
daemonize yes
unixsocket /tmp/redis_master.sock
Expand Down
1 change: 1 addition & 0 deletions vagrant/redis-configs/002-slave
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pidfile /var/run/redis-slave.pid
bind *
port 6380
daemonize yes
unixsocket /tmp/redis-slave.sock
Expand Down

0 comments on commit 979891c

Please sign in to comment.