Commit 45d79898 authored by duanjinfei's avatar duanjinfei

update use redirect condition

parent d3452f73
......@@ -557,6 +557,7 @@ func (op *TaskOp) waitReqContainerOk(dockerOp *operate.DockerOp) error {
log.WithField("UseRedirect", value[0]).Info("Headers info")
if value[0] == "true" {
isUseRedirect = true
isUseFileCache = true
}
}
if key == models.UseFileCache {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment