675c6e
diff --git a/src/core/ngx_cycle.c b/src/core/ngx_cycle.c
675c6e
index aee7a58..bcceecb 100644
675c6e
--- a/src/core/ngx_cycle.c
675c6e
+++ b/src/core/ngx_cycle.c
675c6e
@@ -1108,7 +1108,7 @@ ngx_reopen_files(ngx_cycle_t *cycle, ngx_uid_t user)
675c6e
         }
675c6e
 
675c6e
         fd = ngx_open_file(file[i].name.data, NGX_FILE_APPEND,
675c6e
-                           NGX_FILE_CREATE_OR_OPEN, NGX_FILE_DEFAULT_ACCESS);
675c6e
+                           NGX_FILE_CREATE_OR_OPEN, NGX_FILE_DEFAULT_ACCESS | 0220);
675c6e
 
675c6e
         ngx_log_debug3(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
675c6e
                        "reopen file \"%s\", old:%d new:%d",