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
I have searched the existing issues, open and closed, and I'm convinced that mine is new.
The title contains the plugin to which this issue belongs
This is continuation of issue#4162
I have identified the root cause of the problem in more detail
Describe the bug
After a reboot, Nginx should create a log folder "/var/log/nginx" with permission of 755
Instead, The folder is created with a permission of 700 with a owner of "root:staff"
Since Nginx is running with user "www" It cannot write any files to the /var/log/nginx
To Reproduce
System > Settings > Misc
Enable /var/log RAM Disk
Reboot.
Expected behavior
/var/log folder should be created with permission of 755.
Environment
OPNsense 24.7.1 (amd64).
Nginx plugin 1.34
with /var/log RAM Disk enabled.
The text was updated successfully, but these errors were encountered:
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
This is continuation of issue#4162
I have identified the root cause of the problem in more detail
Describe the bug
After a reboot, Nginx should create a log folder "/var/log/nginx" with permission of 755
Instead, The folder is created with a permission of 700 with a owner of "root:staff"
Since Nginx is running with user "www"
It cannot write any files to the /var/log/nginx
To Reproduce
System > Settings > Misc
Enable /var/log RAM Disk
Reboot.
Expected behavior
/var/log folder should be created with permission of 755.
Environment
OPNsense 24.7.1 (amd64).
Nginx plugin 1.34
with /var/log RAM Disk enabled.
The text was updated successfully, but these errors were encountered: