Skip to content

Commit

Permalink
var index
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 10, 2023
1 parent 4256b37 commit 02a2961
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ngx_http_lua_kong_var.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static ngx_str_t default_vars[] = {
ngx_string("server_addr"),
ngx_string("server_port"),

/* --with-http_ssl_module */
/* --with-http_ssl_module */
#if (NGX_SSL)
ngx_string("ssl_cipher"),
ngx_string("ssl_client_raw_cert"),
Expand All @@ -86,6 +86,9 @@ static ngx_str_t default_vars[] = {
ngx_string("upstream_http_upgrade"),
ngx_string("upstream_status"),

/* lua-kong-module vars*/
ngx_string("kong_request_id"),

ngx_null_string
};

Expand Down

0 comments on commit 02a2961

Please sign in to comment.