On Tue, Nov 23, 2021 at 02:37:37PM +, BELUCHE Yannick wrote:
Hi there,
> $> nginx -t
> nginx: [emerg] unknown directive "access_by_lua" in
> /etc/nginx/nginx-lua-headers.conf:91
That form of message means that the matching module is not present in the
running nginx.
> However it seems by
5G Device
Original message From: BELUCHE Yannick
Date: 11/23/21 09:38 (GMT-05:00) To:
nginx@nginx.org Subject: Enabling lua in Nginx 1.18.0
Hello,
I installed Nginx and Nginx-extra on an Ubuntu Focal 20.04.2 LTS server. I
wanted to use access_by_lua directive and I got an error :
$
To:
nginx@nginx.org Subject: Enabling lua in Nginx 1.18.0
Hello,
I installed Nginx and Nginx-extra on an Ubuntu Focal 20.04.2 LTS server. I
wanted to use access_by_lua directive and I got an error :
$> nginx –t
nginx: [emerg] unknown directive “access_by_lua” in
/etc/nginx/nginx-lua-he
Hello,
I installed Nginx and Nginx-extra on an Ubuntu Focal 20.04.2 LTS server. I
wanted to use access_by_lua directive and I got an error :
$> nginx -t
nginx: [emerg] unknown directive "access_by_lua" in
/etc/nginx/nginx-lua-headers.conf:91
However it seems by typing nginx -V that the http-lua