429 too many requests good or bad ? (please help)

yes, but the problem is that all users have the same ip..

added this to app.yml and im testing right now

run:

  • replace:
    filename: /etc/nginx/conf.d/discourse.conf
    from: “server {”
    to: |
    server {
    set_real_ip_from 192.168.1.250;
    real_ip_header X-Forwarded-For;
    real_ip_recursive on;
  • exec: echo “Beginning of custom commands”
  • exec: echo “End of custom commands”

tested right now from desktop and mobile phone

i get correct ip adresses :smiley: