View Single Post
  #5   (View Single Post)  
Old 28th February 2018
toprank toprank is offline
Fdisk Soldier
 
Join Date: Feb 2018
Posts: 54
Default

Thanks, jggimi.

So, to clarify, your final working setup:

- change _redis GID to www with chpass
- mkdir /var/www/redis and chown www:www with chmod 0775
- point Nextcloud to /redis/redis.sock (relative path in chroot)
- point Redis to /var/www/redis/redis.sock (absolute path within chroot)
- rcctl restart redis php56_fpm httpd
- and let Redis create redis.sock with mode 0770
Reply With Quote