Skip to content
Snippets Groups Projects
Commit a8eb525e authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Merge pull request #5168 from DirkR/master

Added description for Redis connection via unix socket
parents 17df09b7 1e65fdf7
No related branches found
No related tags found
No related merge requests found
Loading
@@ -344,6 +344,12 @@ a different host, you can configure its connection string via the
Loading
@@ -344,6 +344,12 @@ a different host, you can configure its connection string via the
# example # example
production: redis://redis.example.tld:6379 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 ## Custom SSH Connection
   
If you are running SSH on a non-standard port, you must change the gitlab user's SSH config. If you are running SSH on a non-standard port, you must change the gitlab user's SSH config.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment