From bc52b544ed71368f71e637720d9c2884a6cc736d Mon Sep 17 00:00:00 2001 From: psykose Date: Sat, 3 Jun 2023 22:40:56 +0000 Subject: [PATCH] nginx_current: v3 module --- nginx-current/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx-current/APKBUILD b/nginx-current/APKBUILD index b8c4b3a..0508e45 100644 --- a/nginx-current/APKBUILD +++ b/nginx-current/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: psykose pkgname=nginx-current pkgver=1.25.0 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP and reverse proxy server (current version)" url="https://www.nginx.org/" arch="aarch64 x86_64" @@ -108,6 +108,7 @@ build() { \ --with-http_ssl_module \ --with-http_v2_module \ + --with-http_v3_module \ --with-http_realip_module \ --with-http_addition_module \ --with-http_sub_module \