diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-05-30 18:17:16 -0300 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2016-08-04 18:55:37 +0200 |
commit | eacdb1012032136f32bb0470e6f85714eb7fca6d (patch) | |
tree | 8b0bfe08ecc2d5e09a15b7580668abdaeae6ce6f /doc | |
parent | 2625a4ccbd28805e8a657776ca09e080cc826d55 (diff) | |
download | gitlab-ce-eacdb1012032136f32bb0470e6f85714eb7fca6d.tar.gz |
Reverted resque.yml -> redis.yml renaming
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 3e77880eca0..acf294b397d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -588,7 +588,7 @@ for the changes to take effect. ### Custom Redis Connection -If you'd like Resque to connect to a Redis server on a non-standard port or on a different host, you can configure its connection string via the `config/resque.yml` file. +If you'd like to connect to a Redis server on a non-standard port or on a different host, you can configure its connection string via the `config/resque.yml` file. # example production: |