From 9bc532571afade4f2d0cec4522ce84ff7ba44a51 Mon Sep 17 00:00:00 2001 From: chunhuazhang <chunhua.zhang@yoho.cn> Date: Tue, 17 Sep 2019 11:14:35 +0800 Subject: [PATCH] add comments --- roles/openresty/files/java-nginx-config/nginx/conf/lua/set_log_params.lua | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/roles/openresty/files/java-nginx-config/nginx/conf/lua/set_log_params.lua b/roles/openresty/files/java-nginx-config/nginx/conf/lua/set_log_params.lua index b4fe63d..97470cf 100644 --- a/roles/openresty/files/java-nginx-config/nginx/conf/lua/set_log_params.lua +++ b/roles/openresty/files/java-nginx-config/nginx/conf/lua/set_log_params.lua @@ -1,3 +1,8 @@ +--- setup variable: +-- 1. ngx.var.request_api_method +-- 2. ngx.var.request_udid +-- 3. ngx.var.request_uid + function build_request_uri(uri_str) local uri if uri_str and uri_str ~="" then -- libgit2 0.24.0