16.01.2023, 12:00
Nothing is logged for some reason. Modify the .lp script like this and post what you get in Logs tab:
Code:
<?
require('apps')
body = ngx.req.get_body_data()
log(ngx.var.request_method)
log(ngx.var.content_length)
log(body)