@phenomlab
Ah, got it working!
I reversed the CSS addition to put z index high, and then I could see another error box saying fork title must be at least 3 characters.
So made the new fork title longer and button responded.
nodebb loading emojis
-
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;
-
@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.
-
@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
-
@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.
-
Did this solution help you?
Related Topics
-
-
-
-
-
-
Gettin Erors NodeBB
Solved Configure -
-