1nginx(3) User Contributed Perl Documentation nginx(3)
23
4
NAME
6nginx - Perl interface to the nginx HTTP server API
7
SYNOPSIS
9use nginx;
10
DESCRIPTION
12This module provides a Perl interface to the nginx HTTP server API.
13
SEE ALSO
15http://nginx.org/en/docs/http/ngx_http_perl_module.html
16
AUTHOR
18Igor Sysoev
19
COPYRIGHT AND LICENSE
21Copyright (C) Igor Sysoev Copyright (C) Nginx, Inc.
2223
24
25
perl v5.36.0 2022-10-19 nginx(3)