===> The following configuration options are available for angie-1.3.1:
DEBUG=on: Include debug version
===> Use 'make config' to modify these settings
www/angie: Update to 1.3.1
- remove @sample marker from html; these files are not supposed
to be modified by the end user
- obey CFLAGS/LDFLAGS and add USES=localbase. This allows dependent
modules to add necessary compiler/linker hints.
Changelog: https://github.com/webserver-llc/angie/blob/master/CHANGES
PR: 274728
www/angie-module-lua: Angie Lua dynamic module
Module embeds the power of Lua into Angie HTTP and STREAM servers.
By leveraging Angie's subrequests, this module allows the integration of
the powerful Lua threads (known as "coroutines") into the Angie event model.
PR: 273462
www/angie: replace with more comprehensive port
Replace port with a version that supports modules as slave ports.
PR: 270933
Approved by: wen
Differential Revision: https://reviews.freebsd.org/D39868
www/angie: New port
Angie is an efficient, powerful and scalable web server, that was forked from
nginx by some of its former core devs, with intention to extend functionality
far beyond original version.
Angie is a drop-in replacement for nginx, so you can use existing nginx
configuration without major changes.