diff --git a/nginx_build_script/README.md b/nginx_build_script/README.md index 3060d14..e6c67c7 100644 --- a/nginx_build_script/README.md +++ b/nginx_build_script/README.md @@ -8,6 +8,11 @@ curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_scrip bash ~/nginx_scriptbox.sh ``` +#### Note : don't forgot to add necessary `lua_package_path` directive to `nginx.conf`, in the http context. else Nginx won't run. +```lua +lua_package_path "/opt/nginx-lua-module/lib/lua/?.lua;;"; +``` + systemd Template: `Location : /lib/systemd/system/nginx.service`