Updated not_found
This commit is contained in:
parent
2cefb47cf3
commit
a302e5f822
1 changed files with 2 additions and 3 deletions
|
@ -213,10 +213,9 @@ not_found:
|
||||||
v->valid = 1;
|
v->valid = 1;
|
||||||
v->no_cacheable = 0;
|
v->no_cacheable = 0;
|
||||||
v->not_found = 0;
|
v->not_found = 0;
|
||||||
|
} else {
|
||||||
return NGX_OK;
|
|
||||||
}
|
|
||||||
v->not_found = 1;
|
v->not_found = 1;
|
||||||
|
}
|
||||||
|
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue