add missing load_module
This commit is contained in:
parent
b732f0bbd0
commit
cac5b749a1
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
worker_processes auto;
|
||||
|
||||
load_module /usr/lib/nginx/modules/ngx_http_lua_module.so;
|
||||
load_module /usr/lib/nginx/modules/ngx_http_vod_module.so;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
# multi_accept on;
|
||||
|
|
Loading…
Reference in a new issue