From 300199fc3bccc2cfe41e163e555407643ac56176 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Wed, 7 Feb 2024 19:56:02 +0000 Subject: [PATCH] add missing load_module --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 64d8c77..4376157 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,8 @@ worker_processes auto; +load_module modules/ngx_http_lua_module.so +load_module modules/ngx_http_vod_module.so + events { worker_connections 1024; # multi_accept on;