Commit b15cf40d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-1' into 'master'

Update installation.md with receive.advertisePushOptions

See merge request gitlab-org/gitlab-ce!14430
parents 99bbb979 f7edc658
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment