Merge branch 'patch-1' into 'master'

Update installation.md with receive.advertisePushOptions

See merge request gitlab-org/gitlab-ce!14430
This commit is contained in:
Rémy Coutable 2017-11-30 10:01:22 +00:00
commit b15cf40d85
1 changed files with 3 additions and 0 deletions

View File

@ -367,6 +367,9 @@ sudo usermod -aG redis git
# Enable packfile bitmaps
sudo -u git -H git config --global repack.writeBitmaps true
# Enable push options
sudo -u git -H git config --global receive.advertisePushOptions true
# Configure Redis connection settings
sudo -u git -H cp config/resque.yml.example config/resque.yml