Hi there,
FreeBSD ports tree is under Subversion to Git transition,
https://wiki.freebsd.org/git.
For those who interested to test this release with FreeBSD ports/packages
system, please visit http://github.com/osokin/nginx-devel.
Thanks.
--
Sergey
On Tue, Mar 30, 2021 at 06:00:30PM +0300, Max
Hi,
On 05.04.21 01:13, Maxim Dounin wrote:
> You can use anything as a key in limit_req_zone, including your
> own variables. If you want to limit IPv6 addresses per /64
> subnets, something like this should work:
>
> map $binary_remote_addr $subnet {
> "~^(\C{8})" $1;
> defaul