diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-09-06 13:07:07 -0500 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-09-10 13:17:53 -0500 |
commit | 3758dbad664d861011393f0412cdbbf189b4b1d3 (patch) | |
tree | a851272fe8707e6527e6c3faac4da8c1f550394b /doc/user/gitlab_com | |
parent | 08b0613302ec813c0735e2c0447a3f7683d7ab87 (diff) | |
download | gitlab-ce-updates-protected-paths-docs.tar.gz |
Update protected paths documentationupdates-protected-paths-docs
States that protected paths are now configured on Admin UI and
deprecated on Omnibus for 12.3
https://gitlab.com/gitlab-org/gitlab-ce/issues/64278
Diffstat (limited to 'doc/user/gitlab_com')
-rw-r--r-- | doc/user/gitlab_com/index.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md index 2f2955f5a1c..5f18e40401d 100644 --- a/doc/user/gitlab_com/index.md +++ b/doc/user/gitlab_com/index.md @@ -286,9 +286,7 @@ RateLimit-Reset: 1563325137 RateLimit-ResetTime: Wed, 17 Jul 2019 00:58:57 GMT ``` -Source: - -- Search for `rate_limit_http_rate_per_minute` and `rate_limit_sessions_per_second` in [GitLab.com's current HAProxy settings](https://gitlab.com/gitlab-cookbooks/gitlab-haproxy/blob/master/attributes/default.rb). +See [Protected Paths](../admin_area/settings/protected_paths.md) for more details. ### Rack Attack initializer |