nginx_current: v3 module

This commit is contained in:
psykose 2023-06-03 22:40:56 +00:00
parent 3e1c35d358
commit bc52b544ed

View file

@ -1,7 +1,7 @@
# Maintainer: psykose <alice@ayaya.dev> # Maintainer: psykose <alice@ayaya.dev>
pkgname=nginx-current pkgname=nginx-current
pkgver=1.25.0 pkgver=1.25.0
pkgrel=0 pkgrel=1
pkgdesc="HTTP and reverse proxy server (current version)" pkgdesc="HTTP and reverse proxy server (current version)"
url="https://www.nginx.org/" url="https://www.nginx.org/"
arch="aarch64 x86_64" arch="aarch64 x86_64"
@ -108,6 +108,7 @@ build() {
\ \
--with-http_ssl_module \ --with-http_ssl_module \
--with-http_v2_module \ --with-http_v2_module \
--with-http_v3_module \
--with-http_realip_module \ --with-http_realip_module \
--with-http_addition_module \ --with-http_addition_module \
--with-http_sub_module \ --with-http_sub_module \