jasonbayton/11ty

Redis - Add a hint that the redis socket file in /etc/redis/redis.conf might be different

Closed this issue · 5 comments

It is easily to be overlooked by the reader that the commented line on unix systems might be looking like this:

#unixsocket /var/run/redis/redis-server.sock

instead of this as stated in the article:

unixsocket /var/run/redis/redis.sock

so when the reader just removes the comment and later adds /var/run/redis/redis.sock to his nextcloud config file, he will encounter a serious bug.

Hi @rakurtz

Are you referring to this line in this doc? -

https://github.com/jasonbayton/11ty/blob/main/_src/docs/nextcloud/installing-nextcloud-on-ubuntu-16-04-lts-with-redis-apcu-ssl-apache.md#L438

If no, could you link directly to the line of concern please?

Hi Martin,

No image attached I'm afraid, this is the line I linked to, 438 -

image

Please also elaborate on the issue, is it just that you want me to add back in the # in front of the line, or what am I missing? :)

Voila (6bcd56e)

Thank you for contributing! :)