# 429 Too Many Requests - IP logs disabled - discourse can see 127.0.0.1 only

**URL:** https://meta.discourse.org/t/429-too-many-requests-ip-logs-disabled-discourse-can-see-127-0-0-1-only/220526
**Category:** Support
**Created:** [March 9, 2022, 3:56pm UTC](https://meta.discourse.org/t/429-too-many-requests-ip-logs-disabled-discourse-can-see-127-0-0-1-only/220526 "2022-03-09T15:56:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![adrelanos](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/adrelanos/32/121409_2.png) [@adrelanos](https://meta.discourse.org/u/adrelanos)
#### Post date: [March 9, 2022, 3:56pm UTC](https://meta.discourse.org/t/429-too-many-requests-ip-logs-disabled-discourse-can-see-127-0-0-1-only/220526/1 "2022-03-09T15:56:50Z")

</div>

For privacy, GDRP compliance, data collection minimization purposes, I’ve disabled IP logs on my server. Discourse doesn’t get to see any IP addresses.

```plaintext
      proxy_set_header X-Real-IP 127.0.0.1;
      proxy_set_header X-Forwarded-For 127.0.0.1;

```

This is confirmed using discourse admin. No IPs can be seen for my user profile in admin mode.  
Is discourse behind a reverse proxy? Yes. Behind nginx.

Also my forum has an onion domain mirror where it would be impossible to get any IP addresses.

That used to work great but now I am getting more and more error messages.

> 429 Too Many Requests

I guess discourse uses some kind of IP based rate limiting? But shouldn’t that exclude `127.0.0.1`? How to disable this kind of rate limiting?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [March 9, 2022, 5:41pm UTC](https://meta.discourse.org/t/429-too-many-requests-ip-logs-disabled-discourse-can-see-127-0-0-1-only/220526/2 "2022-03-09T17:41:06Z")

</div>

Remove the `web.ratelimited` template at the top of you app.yml file and rebuild.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [April 10, 2022, 1:40pm UTC](https://meta.discourse.org/t/429-too-many-requests-ip-logs-disabled-discourse-can-see-127-0-0-1-only/220526/3 "2022-04-10T13:40:13Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
