Skip to content

Commit

Permalink
NGX-757: Redis unixsocket configuration update (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
combssm committed Sep 29, 2023
1 parent 2b78939 commit 2d970b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ redis_conf_pidfile: /var/run/redis/redis.pid
redis_conf_requirepass: false
redis_conf_supervised: systemd
redis_conf_timeout: 60
redis_conf_unixsocket: false
redis_conf_unixsocket_location: "/tmp/redis.sock"
redis_conf_unixsocket_permissions: 700
redis_conf_unixsocket: true
redis_conf_unixsocket_location: "/var/run/redis/redis.sock"
redis_conf_unixsocket_permissions: 770
redis_daemon: redis
redis_package: redis
redis_systemd_restart: false
Expand Down

0 comments on commit 2d970b8

Please sign in to comment.