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
Describe the bug
Using the script to install nginx proxy manager on a Debian 12 baremetal/VM leads to setting up the logrotate service. The service fails to run because by default both log rotate definitions under /etc/logrotate.d/nginx-proxy-manager require the user npm (su npm npm).
Removing the su npm npm line makes logrotate start normally. The log files are owned by the user root anyways.
Script
nginx-proxy-manager
Describe the bug
Using the script to install nginx proxy manager on a Debian 12 baremetal/VM leads to setting up the logrotate service. The service fails to run because by default both log rotate definitions under
/etc/logrotate.d/nginx-proxy-manager
require the usernpm
(su npm npm
).Removing the
su npm npm
line makes logrotate start normally. The log files are owned by the user root anyways.System info:
Screenshots
Additional context
Default nginx-proxy-manager file
The text was updated successfully, but these errors were encountered: