Commit 1e65fdf7033db240c3ce7ce29b483bf2c392170c
1 parent
95875061
Exists in
master
and in
4 other branches
Added description for Redis connection via unix socket
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
doc/install/installation.md
@@ -337,6 +337,12 @@ a different host, you can configure its connection string via the | @@ -337,6 +337,12 @@ a different host, you can configure its connection string via the | ||
337 | # example | 337 | # example |
338 | production: redis://redis.example.tld:6379 | 338 | production: redis://redis.example.tld:6379 |
339 | 339 | ||
340 | +If you want to connect the Redis server via socket, then use the "unix:" URL scheme | ||
341 | +and the path to the Redis socket file in the `config/resque.yml` file. | ||
342 | + | ||
343 | + # example | ||
344 | + production: unix:/path/to/redis/socket | ||
345 | + | ||
340 | ## Custom SSH Connection | 346 | ## Custom SSH Connection |
341 | 347 | ||
342 | If you are running SSH on a non-standard port, you must change the gitlab user's SSH config. | 348 | If you are running SSH on a non-standard port, you must change the gitlab user's SSH config. |