nginx_build_script: fix: lua_package_path
This commit is contained in:
parent
12f1c84fa0
commit
995750e42e
@ -46,7 +46,7 @@ done
|
||||
#### 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 "/usr/local/lua/?.lua;;';
|
||||
lua_package_path "/usr/local/lua/?.lua;;";
|
||||
```
|
||||
|
||||
* LibreSSL is broken when compile with Nginx Lua
|
||||
|
Loading…
Reference in New Issue
Block a user