nginx_build_script: enhance: LibreSSL note

This commit is contained in:
minoplhy 2024-04-29 01:52:59 +07:00
parent b616909846
commit 12f1c84fa0
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -45,12 +45,16 @@ 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.
* LibreSSL is broken when compile with Nginx Lua
```lua ```lua
lua_package_path "/usr/local/lua/?.lua;;'; lua_package_path "/usr/local/lua/?.lua;;';
``` ```
* LibreSSL is broken when compile with Nginx Lua
taken from compiler:
```
error: implicit declaration of function SSL_client_hello_get0_ext [-Werror=implicit-function-declaration]
```
systemd Template: systemd Template:
`Location : /lib/systemd/system/nginx.service` `Location : /lib/systemd/system/nginx.service`