Selboo

Results 13 comments of Selboo

网卡多队列。reuseport。 才是nginx性能关键

关注中. 期待开源.

@jtreminio Any update on this? :)

And pcre2 is not enabled by default https://github.com/openresty/openresty/blob/master/util/configure#L558 ``` # disable pcre2 by default push @ngx_opts, '--without-pcre2'; ```

http://openresty.org/en/linux-packages.html#centos ``` # add the yum repo: wget https://openresty.org/package/centos/openresty.repo sudo mv openresty.repo /etc/yum.repos.d/ # update the yum index: sudo yum check-update ``` or ``` rpm -Uvh \ https://openresty.org/package/centos/7/x86_64/openresty-1.21.4.1-1.el7.x86_64.rpm \ https://openresty.org/package/centos/7/x86_64/openresty-zlib-1.2.12-1.el7.x86_64.rpm...