Latest update - 7330

This commit is contained in:
2018-08-01 15:34:32 +09:00
parent 0078c8e58c
commit 780042651e
2 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -845,7 +845,7 @@ overwrite_done:
cf.size = ngx_file_size(&fi);
cf.buf_size = 0;
cf.access = dlcf->access;
cf.access = ngx_file_access(&fi);
cf.time = ngx_file_mtime(&fi);
cf.log = r->connection->log;