nginx_build_script: fix: lua_package_path

This commit is contained in:
minoplhy 2024-05-01 23:53:32 +07:00
parent 12f1c84fa0
commit 995750e42e
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -46,7 +46,7 @@ done
#### Note : #### Note :
* don't forgot to add necessary `lua_package_path` directive to `nginx.conf`, in the http context. else Nginx won't run. * don't forgot to add necessary `lua_package_path` directive to `nginx.conf`, in the http context. else Nginx won't run.
```lua ```lua
lua_package_path "/usr/local/lua/?.lua;;'; lua_package_path "/usr/local/lua/?.lua;;";
``` ```
* LibreSSL is broken when compile with Nginx Lua * LibreSSL is broken when compile with Nginx Lua