On Thu, Jun 17, 2021 at 12:10:12PM +0200, Wallace wrote:
Nginx supporte bien plus de mille domaines / certs, j'ai pas testé plusieurs milliers.
72355 root 1 52 0 2941M 2926M pause 3 23.8H 0.00% nginx 18691 www 1 21 0 2941M 2927M kqread 1 0:03 1.46% nginx 18692 www 1 20 0 2941M 2927M kqread 3 0:03 1.07% nginx 18695 www 1 20 0 2941M 2927M kqread 4 0:03 0.68% nginx 18693 www 1 20 0 2941M 2927M kqread 0 0:03 0.39% nginx 18690 www 1 20 0 2941M 2927M kqread 6 0:03 0.20% nginx 18694 www 1 20 0 2941M 2927M kqread 2 0:02 0.20% nginx
avec dans la conf principale include /usr/local/etc/nginx/sites/*/*.conf;
% find . -type f -name '*.conf' |wc -l 35882
et autant de certificats.
# time nginx -t nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful nginx -t 12.15s user 3.01s system 99% cpu 15.196 total # time nginx -s reload nginx -s reload 12.10s user 3.03s system 99% cpu 15.170 total
Aucun problème