Properly load the nginx lua module
(cherry picked from commit 4bdd8c1df5)
This commit is contained in:
@@ -3,6 +3,8 @@ user nginx;
|
|||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
error_log /dev/stderr info;
|
error_log /dev/stderr info;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
include /etc/nginx/modules/devel_kit.conf;
|
||||||
|
include /etc/nginx/modules/http_lua.conf;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ user nginx;
|
|||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
error_log /dev/stderr info;
|
error_log /dev/stderr info;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
include /etc/nginx/modules/devel_kit.conf;
|
||||||
|
include /etc/nginx/modules/http_lua.conf;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
|
|||||||
Reference in New Issue
Block a user