Commit 2c37904dc03ea0e749bf4dac6facc0a6447fd6bc

Authored by Jacob Vosmaer
2 parents 57173040 193c8ab1

Merge pull request #5391 from jvanbaarsen/patch-1

Update 6.1-to-6.2.md
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
doc/update/6.1-to-6.2.md
... ... @@ -60,11 +60,13 @@ git diff 6-1-stable:config/gitlab.yml.example 6-2-stable:config/gitlab.yml.examp
60 60 * Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-2-stable/config/gitlab.yml.example but with your settings.
61 61 * Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6-2-stable/config/unicorn.rb.example but with your settings.
62 62 * Copy rack attack middleware config
  63 +
63 64 ```bash
64 65 sudo -u git -H cp config/initializers/rack_attack.rb.example config/initializers/rack_attack.rb
65 66 ```
66 67 * Uncomment `config.middleware.use Rack::Attack` in `/home/git/gitlab/config/application.rb`
67 68 * Set up logrotate
  69 +
68 70 ```bash
69 71 sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
70 72 ```
... ...