summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDirk RĂ¼diger <dirk@niebegeg.net>2013-09-24 12:25:16 +0200
committerDirk RĂ¼diger <dirk@niebegeg.net>2013-09-24 12:25:16 +0200
commit1e65fdf7033db240c3ce7ce29b483bf2c392170c (patch)
tree1cbb672dd1c82143b24e65ed1319efbd307c3c29 /doc
parent9587506124f2a36f9b844da2c9fe17a26fe1daa9 (diff)
downloadgitlab-ce-1e65fdf7033db240c3ce7ce29b483bf2c392170c.tar.gz
Added description for Redis connection via unix socket
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 660d7fa2bc1..dee2368e5bb 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -337,6 +337,12 @@ a different host, you can configure its connection string via the
# example
production: redis://redis.example.tld:6379
+If you want to connect the Redis server via socket, then use the "unix:" URL scheme
+and the path to the Redis socket file in the `config/resque.yml` file.
+
+ # example
+ production: unix:/path/to/redis/socket
+
## Custom SSH Connection
If you are running SSH on a non-standard port, you must change the gitlab user's SSH config.