doc/administration/settings/rate_limits_on_raw_endpoints.md
{{< details >}}
{{< /details >}}
{{< history >}}
{{< /history >}}
Prerequisites:
Two rate limit settings control access to raw endpoints:
300 requests per minute.800 requests per minute.To configure these settings:
For example, if the path-based limit is 300, requests over 300 a minute to
https://gitlab.com/gitlab-org/gitlab-foss/raw/master/app/controllers/application_controller.rb
are blocked. Access to the raw file is released after 1 minute.
The path-based limit is:
0.The unauthenticated project-wide limit is:
0.Requests over the rate limit are logged into auth.log.