You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the nginx_config resource in this cookbook has a folder_mode property which defaults to 0750
and is used for nginx_dir, configs in nginx_dir, and nginx_log_dir permissions.
These defaults can cause issues with the logrotate configuration that is shipped with most Debian (like) OS-es.
A suggestion to omit this issue would be to introduce more fine-grained control over the logdir permissions
by adding properties like log_dir_perm, log_dir_owner, and log_dir_group.
I would like to volunteer for making a fix if I can get some feedback from the maintainers on the how.
🥞 Cookbook version
>= 12.1.0
👩🍳 Chef-Infra Version
18.2.7
🎩 Platform details
Ubuntu 20.04 / 22.04
The text was updated successfully, but these errors were encountered:
👻 Brief Description
Currently the
nginx_config
resource in this cookbook has afolder_mode
property which defaults to0750
and is used for
nginx_dir
,configs in nginx_dir
, andnginx_log_dir
permissions.These defaults can cause issues with the logrotate configuration that is shipped with most Debian (like) OS-es.
A suggestion to omit this issue would be to introduce more fine-grained control over the logdir permissions
by adding properties like
log_dir_perm
,log_dir_owner
, andlog_dir_group
.I would like to volunteer for making a fix if I can get some feedback from the maintainers on the how.
🥞 Cookbook version
>= 12.1.0
👩🍳 Chef-Infra Version
18.2.7
🎩 Platform details
Ubuntu 20.04 / 22.04
The text was updated successfully, but these errors were encountered: