Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion running-pixelfed/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you are running Redis on another machine:
If you are using a Unix socket for Redis, then:

- Set `REDIS_SCHEME` to `unix`
- Set `REDIS_HOST` to the path of the socket, e.g. `/run/redis/redis.sock`
- Set either `REDIS_PATH` (if using predis) or `REDIS_HOST` (if using phpredis) to the path of the socket, e.g. `/run/redis/redis.sock`
- Set `REDIS_PORT` to `0`

::: tip
Expand Down