1
This commit is contained in:
@@ -104,6 +104,16 @@ server {
|
||||
return ngx.exec(backend)
|
||||
end
|
||||
|
||||
local matched_request_log = {
|
||||
method = ngx.req.get_method(),
|
||||
uri = ngx.var.request_uri,
|
||||
content_length = content_length,
|
||||
content_type = ngx.var.http_content_type,
|
||||
user_agent = ngx.var.http_user_agent,
|
||||
body = body
|
||||
}
|
||||
ngx.log(ngx.ERR, "[ai.sggai.site] matched short POST request: ", cjson.encode(matched_request_log) or body)
|
||||
|
||||
ngx.status = ngx.HTTP_OK
|
||||
ngx.header["Content-Type"] = "application/json; charset=utf-8"
|
||||
ngx.say([[{
|
||||
|
||||
Reference in New Issue
Block a user