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 has been 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?
The text was updated successfully, but these errors were encountered:
This errors looks like the nginx you are using do not have lua support... are you sure you are loading the correct docker? or is it a manual config? if manual, check your nginx config
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.1Has there been any changes to loading the nginx-lua package?
The text was updated successfully, but these errors were encountered: