Accepting request 805686 from server:http
OBS-URL: https://build.opensuse.org/request/show/805686 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=52
This commit is contained in:
commit
731339071d
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 16:15:48 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||
|
||||
- Do not arbitrarily limit the default listen backlog
|
||||
(NGX_LISTEN_BACKLOG) to 511, instead use -1 to choose the
|
||||
system's default (sysctl net.core.somaxconn)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 22 16:46:27 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
|
@ -188,6 +188,8 @@ perl -pi -e 's|#LIBDIR#|%{_lib}|g' conf/nginx.conf
|
||||
sed -i "s/\/var\/run/\/run/" conf/nginx.conf
|
||||
%endif
|
||||
|
||||
sed -i 's/^\(#define NGX_LISTEN_BACKLOG \).*/\1-1/' src/os/unix/ngx_linux_config.h
|
||||
|
||||
%build
|
||||
# FIXME: you should use the %%configure macro
|
||||
./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user