Answer the question
In order to leave comments, you need to log in
Nginx: limit_conn_zone and limit_req_zone working?
Amazing nearby.
I added the following to the nginx config:
limit_conn_zone $binary_remote_addr zone=addr:10m;
limit_req_zone $binary_remote_addr zone=one:10m rate=20r/m;
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
location @php_ZAnyCK {
limit_conn addr 3;
limit_req zone=one burst=2 nodelay;
try_files $uri =404;
fastcgi_pass $_PHP_COKET;
}
location / {
limit_conn addr 3;
limit_req zone=one burst=2 nodelay;
...
}
Answer the question
In order to leave comments, you need to log in
Apparently everything was fine with them.
The base loaded all 32 processor cores. Therefore, he began to sin on "attendance".
====
In general. The problem was in the operative (one of the 16 dice was buggy).
https://debianforum.ru/index.php/topic,16064.0.htm...
edac-util -v
And a little more: in IPMI there are logs in which such info comes out if something goes wrong. Actually - they took it out and everything is in order.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question