Properly load the nginx lua module

(cherry picked from commit 4bdd8c1df5)
This commit is contained in:
kaiyou
2017-06-05 13:13:06 +02:00
parent c375fede5b
commit 1454ef9c9a
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ user nginx;
worker_processes 1;
error_log /dev/stderr info;
pid /var/run/nginx.pid;
include /etc/nginx/modules/devel_kit.conf;
include /etc/nginx/modules/http_lua.conf;
events {
worker_connections 1024;