hello teams,
My discourse is only accessible by internal personnel. We have more than 1,000 people who have a public IP address.
so always have 429 too many requests from nginx
According to sam’s this topic guide,
I made the settings in app.yml DISCOURSE_MAX_REQS_PER_IP_MODE: none, but not works.
env:
LANG: en_US.UTF-8
#DONT_PRECOMPILE_CSS: 1
# DISCOURSE_DEFAULT_LOCALE: en
#Global rate limits
#DISCOURSE_MAX_REQS_PER_IP_MODE: none
##Global per-ip rate limits
DISCOURSE_MAX_REQS_PER_IP_MODE: none
#DISCOURSE_MAX_REQS_PER_IP_PER_MINUTE: none
#DISCOURSE_MAX_REQS_PER_IP_PER_10_SECONDS: none
#DISCOURSE_MAX_ASSET_REQS_PER_IP_PER_10_SECONDS: none
#DISCOURSE_MAX_REQS_RATE_LIMIT_ON_PRIVATE: false
## How many concurrent web requests are supported? Depends on memory and CPU cores.
## will be set automatically by bootstrap based on detected CPUs, or you can override
UNICORN_WORKERS: 4
Can someone tell me how to cancel the discourse access limit, I’m very confused by this access limit.