summaryrefslogtreecommitdiff
path: root/doc/security
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-27 14:12:15 +0200
committerMarin Jankovski <marin@gitlab.com>2014-05-27 14:12:15 +0200
commitf22c709539d06be6fa76f148dedffdef1170936c (patch)
treee1274499889330e67162494f3e9d2af75f693cf7 /doc/security
parent3bdf0e2921c4cac46084834899302b25858e6bde (diff)
downloadgitlab-ce-f22c709539d06be6fa76f148dedffdef1170936c.tar.gz
Add titles to doc pages.
Diffstat (limited to 'doc/security')
-rw-r--r--doc/security/rack_attack.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/security/rack_attack.md b/doc/security/rack_attack.md
index a0d02b1650f..9e863bbd190 100644
--- a/doc/security/rack_attack.md
+++ b/doc/security/rack_attack.md
@@ -1,3 +1,5 @@
+# Rack attack
+
To prevent abusive clients doing damage GitLab uses rack-attack gem.
If you installed or upgraded GitLab by following the official guides this should be enabled by default.
If you are missing `config/initializers/rack_attack.rb` the following steps need to be taken in order to enable protection for your GitLab instance:
@@ -16,4 +18,4 @@ If you want more restrictive/relaxed throttle rule change the `limit` or `period
In case you find throttling is not enough to protect you against abusive clients, rack-attack gem offers IP whitelisting, blacklisting, Fail2ban style filter and tracking.
-For more information on how to use these options check out [rack-attack README](https://github.com/kickstarter/rack-attack/blob/master/README.md). \ No newline at end of file
+For more information on how to use these options check out [rack-attack README](https://github.com/kickstarter/rack-attack/blob/master/README.md).