allow to use $uid_got in SSI and perl module
This commit is contained in:
parent
70028733bd
commit
7d27b6664b
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ ngx_http_userid_add_variables(ngx_conf_t *cf)
|
||||||
{
|
{
|
||||||
ngx_http_variable_t *var;
|
ngx_http_variable_t *var;
|
||||||
|
|
||||||
var = ngx_http_add_variable(cf, &ngx_http_userid_got, NGX_HTTP_VAR_NOHASH);
|
var = ngx_http_add_variable(cf, &ngx_http_userid_got, 0);
|
||||||
if (var == NULL) {
|
if (var == NULL) {
|
||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue