nodebb loading emojis
-
@DownPW you’re getting HTTP error 429, which is a rate limit message - your IP is being restricted in terms of what it has access to from the Emoji source perspective
Yep I was foud that on the topic on nodeBB communauty. Error 503 It’s the same. I have add rate limit on nginx when we have ddos attack long Time ago and he seems to be better now. I have play with values
Can you test now ?
-
Yep I was foud that on the topic on nodeBB communauty. Error 503 It’s the same. I have add rate limit on nginx when we have ddos attack long Time ago and he seems to be better now. I have play with values
Can you test now ?
@DownPW Same issue
-
very strange @phenomlab I haven’t got error now on the console . And now ?
here is my nginx.conf :
limit_req_zone $binary_remote_addr zone=flood:20m rate=100r/s; # Connexions maximum par ip limit_conn_zone $binary_remote_addr zone=ddos:1m; And my website.conf :
# ddos - flood # client_body_timeout 5s; # Fermeture des connexions lentes client_header_timeout 5s; # Fermeture des connexions lentes limit_conn ddos 10; limit_req zone=flood burst=20 nodelay; limit_req_status 429; proxy_read_timeout 180; -
very strange @phenomlab I haven’t got error now on the console . And now ?
here is my nginx.conf :
limit_req_zone $binary_remote_addr zone=flood:20m rate=100r/s; # Connexions maximum par ip limit_conn_zone $binary_remote_addr zone=ddos:1m;
And my website.conf :
# ddos - flood # client_body_timeout 5s; # Fermeture des connexions lentes client_header_timeout 5s; # Fermeture des connexions lentes limit_conn ddos 10; limit_req zone=flood burst=20 nodelay; limit_req_status 429; proxy_read_timeout 180;
@DownPW 100% still there in incognito view
-
yep I have the same on incognito view but not on normal view. Strange
-
@DownPW Cache issue by the sounds of it. Have you cleared CF cache ?
-
I delete them now and same result i nincgnito.
–> I delete all rate config on nginx configuration and it seems to be better now. Can you test now @phenomlab ?but it bothers me, I would have liked to keep nginx protection against flood/ddos attacks with nodebb
Need to find the right setting.
-
I delete them now and same result i nincgnito.
–> I delete all rate config on nginx configuration and it seems to be better now. Can you test now @phenomlab ?but it bothers me, I would have liked to keep nginx protection against flood/ddos attacks with nodebb
Need to find the right setting.
@DownPW Yes, working now. At a guess, I’d say your ratelimit settings in
nginx.conf
are too restrictive. -
@DownPW Yes, working now. At a guess, I’d say your ratelimit settings in
nginx.conf
are too restrictive.If you have better values rate limit settings for nginx I take it m’y friend
-
If you have better values rate limit settings for nginx I take it m’y friend
@DownPW sure. Let me have a look at this in more detail. I know nginx plus has extensive support for this, but it’s not impossible to get somewhere near acceptable with the standard version.
You might be better off handling this at the Cloudflare level given that it sits in between the requesting client and your server.
-
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (ether email, or push notification). You'll also be able to save bookmarks, use reactions, and upvote to show your appreciation to other community members.
With your input, this post could be even better 💗
RegisterLog in