Commit 8dd4c9f1 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-225' into 'master'

Removes the un-necessary step to copy the example Rack attack config

See merge request gitlab-org/gitlab!39554
parents b67a3af4 dd72d1cd
......@@ -522,9 +522,6 @@ sudo -u git -H cp config/puma.rb.example config/puma.rb
# cores you have available. You can get that number via the `nproc` command.
sudo -u git -H editor config/puma.rb
# Copy the example Rack attack config
sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
# Configure Git global settings for git user
# 'autocrlf' is needed for the web editor
sudo -u git -H git config --global core.autocrlf input
......
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