From 995750e42e5ff33f421338c874a5911e269d422b Mon Sep 17 00:00:00 2001 From: minoplhy Date: Wed, 1 May 2024 23:53:32 +0700 Subject: [PATCH] nginx_build_script: fix: lua_package_path --- nginx_build_script/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx_build_script/README.md b/nginx_build_script/README.md index b2817c4..10535b5 100644 --- a/nginx_build_script/README.md +++ b/nginx_build_script/README.md @@ -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