Closed lukaszczerpak closed 5 years ago
Temporary workaround => copy *.lua
files to /usr/local/share/lua/5.1/
.
The solution is that lua_package_path
must be set under http
section in nginx.conf file:
http {
....
lua_package_path "/etc/nginx/lua/?.lua;;";
init_by_lua_block { require "akamai-g2o-nginx-wrapper" }
}
Error seen in logs: