摘要:
content_by_lua_block { ngx.req.read_body() -- explicitly read the req body local data = ngx.req.get_body_data() if data then ngx.say("body data:") ngx 阅读全文
posted @ 2020-02-27 21:57
FromScratch
阅读(160)
评论(0)
推荐(0)
摘要:
数据库访问--第三方 http { upstream backend { drizzle_server 192.168.4.119:3306 protocol=mysql dbname=igirl user=root password=123456; drizzle_keepalive max=10 阅读全文
posted @ 2020-02-27 21:55
FromScratch
阅读(425)
评论(0)
推荐(0)