[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/angie/angie.desc [COPY] Copyright (C) 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Efficient web server, a drop-in replacement for nginx [T] Angie is a fork of nginx maintained by a team of former nginx [T] developers. It stays configuration compatible, so existing nginx [T] configs work unchanged, and adds features such as automatic TLS [T] certificate provisioning via ACME, upstream health checks with an [T] HTTP API, RPM/DEB style dynamic module loading and shared memory [T] zone statistics. [T] [T] Conflicts with nginx - both install a server on the same paths, so [T] only install one of them. [U] https://angie.software [U] https://github.com/webserver-llc/angie [A] Web Server LLC [M] Dennie Mahne [C] extra/network [F] CROSS [L] BSD [V] 1.12.1 [D] dab692c20df35319f2ee8eff4a3f6407bd0bab832f9ef83112157c34 angie-1.12.1.tar.gz https://download.angie.software/files/ cleanconfopt=0 confopt= #hook_add preconf 5 "ln -sv auto/{options,configure} ." var_append confopt ' ' " --user=$pkg \ --group=$pkg \ --prefix=$root/etc/$pkg \ --sbin-path=$root$sbindir/$pkg \ --conf-path=$root/etc/$pkg/$pkg.conf \ --pid-path=$root/run/$pkg/$pkg.pid \ --lock-path=$root/run/$pkg/$pkg.lock \ --error-log-path=stderr \ --with-threads \ --with-file-aio \ --with-pcre-jit \ --with-pcre \ # --without-mail \ # --http-client-body-temp-path=$localstatedir/lib/$pkg/tmp/client_body \ # --http-fastcgi-temp-path=$localstatedir/lib/$pkg/tmp/fastcgi \ # --http-log-path=$localstatedir/log/$pkg/access.log \ # --http-proxy-temp-path=$localstatedir/lib/$pkg/tmp/proxy \ # --http-scgi-temp-path=$localstatedir/lib/$pkg/tmp/scgi \ # --http-uwsgi-temp-path=$localstatedir/lib/$pkg/tmp/uwsgi \ --with-http_addition_module \ --with-http_auth_request_module \ --with-http_dav_module \ --with-http_degradation_module \ --with-http_flv_module \ --with-http_gunzip_module \ --with-http_gzip_static_module \ --with-http_mp4_module \ --with-http_random_index_module \ --with-http_realip_module \ --with-http_secure_link_module \ --with-http_slice_module \ --with-http_ssl_module \ --with-http_stub_status_module \ --with-http_sub_module \ --with-http_v2_module \ --with-http_v3_module \ --with-stream \ --with-stream_realip_module \ --with-stream_ssl_module \ --with-stream_ssl_preread_module" # enable acme if it's possible pkg_angie_acme() { grep -q -- --with-http_acme_module auto/options && var_append confopt ' ' --with-http_acme_module } hook_add preconf 4 pkg_angie_acme