summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-09-18 09:26:57 +0200
committerMarin Jankovski <maxlazio@gmail.com>2014-09-18 09:26:57 +0200
commit01c101752da95b4d4d0caf4f36fd9f6aa87a272f (patch)
tree6cd980b0bdbcf59a53a766cd666a75236bf6273a
parent630d042433e0cecffe80aa5ebd7aa7a91c5eb2d8 (diff)
parent28ee311d0cb03cf185154a4249190258ee25b3d8 (diff)
downloadgitlab-ce-01c101752da95b4d4d0caf4f36fd9f6aa87a272f.tar.gz
Merge pull request #7765 from bbodenmiller/patch-6
remove rack attack middleware 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