Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-08-19 02:56:50 +0300
committerEvan Read <eread@gitlab.com>2019-08-19 02:56:50 +0300
commitb57e99295a2758174eca2c204faa52d4f8da99f7 (patch)
treed20bac0fbf8089590036efee053f71cf51123b5b /doc/user
parentaa73c9e9f68986262b881fa38d8de3216a0f94d2 (diff)
Mentions related log on Rate limit docs
Requests over the rate limit are logged into `auth.log`
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/admin_area/settings/rate_limits_on_raw_endpoints.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/admin_area/settings/rate_limits_on_raw_endpoints.md b/doc/user/admin_area/settings/rate_limits_on_raw_endpoints.md
index b2d56be154b..8e53a6995fb 100644
--- a/doc/user/admin_area/settings/rate_limits_on_raw_endpoints.md
+++ b/doc/user/admin_area/settings/rate_limits_on_raw_endpoints.md
@@ -9,7 +9,7 @@ type: reference
This setting allows you to rate limit the requests to raw endpoints, defaults to `300` requests per minute.
It can be modified in **Admin Area > Network > Performance Optimization**.
-For example, requests over `300` per minute to `https://gitlab.com/gitlab-org/gitlab-ce/raw/master/app/controllers/application_controller.rb` will be blocked.
+For example, requests over `300` per minute to `https://gitlab.com/gitlab-org/gitlab-ce/raw/master/app/controllers/application_controller.rb` will be blocked. Access to the raw file will be released after 1 minute.
![Rate limits on raw endpoints](img/rate_limits_on_raw_endpoints.png)
@@ -18,3 +18,5 @@ This limit is:
- Applied independently per project, per commit and per file path.
- Not applied per IP address.
- Active by default. To disable, set the option to `0`.
+
+Requests over the rate limit are logged into `auth.log`.