typo fix: # Disable all components except Redis

typo fix: # Disable all components except Redis
This commit is contained in:
donhui 2016-05-16 16:22:22 +08:00
parent c3f68b1091
commit e037faa3f8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ that runs Redis.
```ruby
external_url 'https://gitlab.example.com'
# Disable all components except PostgreSQL
# Disable all components except Redis
redis['enable'] = true
bootstrap['enable'] = false
nginx['enable'] = false