ignatenkobrain / rpms / nginx

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