xxx local lua loading

This commit is contained in:
Justus Winter 2021-07-13 13:02:43 +02:00
parent fb1892681a
commit 706aa2e481
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
load_module /usr/lib/nginx/modules/ndk_http_module.so;
load_module /usr/lib/nginx/modules/ngx_http_lua_module.so;
error_log stderr;
pid nginx.pid;
daemon off;