community/openresty, lua-resty-openssl, lua-resty-jwt: fax lua-resty-jwt
Add lua-resty-openssl and fix lua-resty-jwt.
The test suite errors on access.log
are due to openresty (nginx) having forced default error_log
with absolute path which is not writable by non-root. Normally the nginx error_log should be relative to server root so that the initial writes to error_log
do not error out like this.
fixes #16688 (closed)
Edited by Timo Teräs