manual install session guide
download all
https://github.com/bungle/lua-resty-session
- move lib.resty to OpenResty Dict
- download https://github.com/Kong/lua-pack
- manual create so lua_pack.so from lua_pack.c file via gcc
gcc -shared -o lua_pack.so -fPIC lua_pack.c
- download https://github.com/fffonion/lua-resty-openssl
- move lib.resty to OpenResty Dict
- add dict in http zone of nginx.conf since in moulude which is using shm as storage.
lua_shared_dict sessions 10m;
- done