p-thamke

Results 4 comments of p-thamke

Hi @kikito, Thanks for the response. We are using OpenResty for kong 3.9.1 and seems it expects a valid "Lua" code. A lone semicolon is not a valid Lua code...

Hi @Water-Melon , I'll be sharing the configuration asap here. Thanks.

Hi @Water-Melon , We are building kong 3.9.1 (for DB-less mode) from source (with openresty 1.25.3.2) **kong.conf contents**: proxy_access_log = ${LocalPath}/api_access.log proxy_error_log = ${LocalPath}/api_error.log admin_access_log = ${LocalPath}/admin_access.log admin_error_log = ${LocalPath}/admin_error.log...