This commit is contained in:
Artur Gurgul1 2025-08-10 11:06:53 +02:00
parent 6ad86cf1d4
commit 5737f5ee50
4 changed files with 52 additions and 7 deletions

View file

@ -12,12 +12,30 @@ repository:
branch: release-1.29.0
version: 1.29.0
build:
- ./configure \|
--prefix=$PREFIX \|
--with-http_ssl_module \|
--with-http_gzip_static_module
--with-stream
--with-http_v2_module
# TODO: finish the configuration: last message of 6898551e-70a0-8331-8617-bcfc9bcf6af8
steps:
- echo "starting"
- |
./auto/configure \
--prefix=$PREFIX \
--with-http_ssl_module \
--with-http_gzip_static_module \
--with-stream \
--with-http_v2_module \
--with-pcre-jit \
--with-threads \
--with-file-aio \
--with-http_ssl_module \
--with-http_v2_module \
--with-http_gzip_static_module \
--with-stream=dynamic \
--with-stream_ssl_module \
--sbin-path=$PREFIX/nginx/sbin/nginx \
--conf-path=$PREFIX/nginx/conf/nginx.conf \
--pid-path=$PREFIX/nginx/run/nginx.pid \
--lock-path=$PREFIX/nginx/run/nginx.lock \
--error-log-path=$PREFIX/nginx/logs/error.log \
--http-log-path=$PREFIX/nginx/logs/access.log
- make
- $SUDO make install