diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-10 01:45:10 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-10 01:45:10 -0800 |
commit | e7960180481c42948be96fb7131abf6cb5760d4f (patch) | |
tree | 1d7f9d50a583e2e734155372a68102be0298ae6b /doc | |
parent | e44653764a4c700783d2ff32d36558acc52581f1 (diff) | |
parent | d80fa8025b2feec5cd4485551e1bc95a92371e5d (diff) | |
download | gitlab-ce-e7960180481c42948be96fb7131abf6cb5760d4f.tar.gz |
Merge pull request #5794 from maltefiala/master
Added Rake:Attack cp information to Upgrade Guide 6.3.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/6.2-to-6.3.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md index ad4a5095447..b7740a538e2 100644 --- a/doc/update/6.2-to-6.3.md +++ b/doc/update/6.2-to-6.3.md @@ -63,7 +63,12 @@ git diff 6-2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.examp * Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/gitlab.yml.example but with your settings. * Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/unicorn.rb.example but with your settings. -* Copy rack attack middleware config + +```bash +# Copy rack attack middleware config +cd /home/git/gitlab +sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb +``` ### 6. Update Init script |