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
I'm afraid by trying to set up nginx without using OpenResty you are in for a bit of extra work. AFAIK (and I'm really not an expert here) OpenResty bundles quite a few more Lua packages than just core and the Lua module. If you try to replicate that by yourself you may need to add more and more packages manually.
installed on debian as follows:
apt-get install -t testing libnginx-mod-http-lua lua{-{cjson,resty-core},rocks}
luarocks install lua-resty-openidc
The text was updated successfully, but these errors were encountered: