summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-17 20:01:25 -0700
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-17 20:01:25 -0700
commit28ee311d0cb03cf185154a4249190258ee25b3d8 (patch)
tree6cd980b0bdbcf59a53a766cd666a75236bf6273a /doc/update
parent630d042433e0cecffe80aa5ebd7aa7a91c5eb2d8 (diff)
downloadgitlab-ce-28ee311d0cb03cf185154a4249190258ee25b3d8.tar.gz
remove rack attack middleware update
Hasn't changed since 7.2 release: https://github.com/gitlabhq/gitlabhq/commits/master/config/initializers/rack_attack.rb.example
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/7.2-to-7.3.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md
index d4b83a45e68..8da1be4f9aa 100644
--- a/doc/update/7.2-to-7.3.md
+++ b/doc/update/7.2-to-7.3.md
@@ -99,12 +99,6 @@ git diff 7-2-stable:config/gitlab.yml.example 7-3-stable:config/gitlab.yml.examp
* HTTP setups: Make `/etc/nginx/sites-available/nginx` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-3-stable/lib/support/nginx/gitlab but with your settings.
* HTTPS setups: Make `/etc/nginx/sites-available/nginx-ssl` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-3-stable/lib/support/nginx/gitlab-ssl but with your setting
-Update rack attack middleware config
-
-```
-sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
-```
-
### 7. Start application
sudo service gitlab start