Commit 2ce3f188 authored by Vladimir Shushlin's avatar Vladimir Shushlin

Fix milestone references for Pages rate limtis

We introduced IP rate limits in 14.5,
and domain rate limits in 14.7.
parent 8c785b6e
......@@ -1115,8 +1115,6 @@ than GitLab to prevent XSS attacks.
### Rate limits
> [Introduced](https://gitlab.com/gitlab-org/gitlab-pages/-/issues/631) in GitLab 14.5.
You can enforce rate limits to help minimize the risk of a Denial of Service (DoS) attack. GitLab Pages
uses a [token bucket algorithm](https://en.wikipedia.org/wiki/Token_bucket) to enforce rate limiting. By default,
requests that exceed the specified limits are reported but not rejected.
......@@ -1136,6 +1134,8 @@ Rate limits are enforced using the following:
#### Enable source-IP rate limits
> [Introduced](https://gitlab.com/gitlab-org/gitlab-pages/-/issues/631) in GitLab 14.5.
1. Set rate limits in `/etc/gitlab/gitlab.rb`:
```ruby
......@@ -1154,6 +1154,8 @@ Rate limits are enforced using the following:
#### Enable domain rate limits
> [Introduced](https://gitlab.com/gitlab-org/gitlab-pages/-/issues/630) in GitLab 14.7.
1. Set rate limits in `/etc/gitlab/gitlab.rb`:
```ruby
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment