You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2020. It is now read-only.
On V1.1.1, running into exception unknown directive "lua_package_path" in /etc/nginx/nginx.conf when creating nginx pod.
Specifying the absolute file path to lua in http block in nginx.conf works fine in V1.1 but not V1.1.1
http {
lua_package_path "/etc/nginx/lua/?.lua;;";
Has there been any changes to loading the nginx-lua package?
On V1.1.1, running into exception
unknown directive "lua_package_path" in /etc/nginx/nginx.confwhen creating nginx pod.Specifying the absolute file path to lua in http block in
nginx.confworks fine in V1.1 but not V1.1.1Has there been any changes to loading the nginx-lua package?