nginxinc / nginx-ldap-auth

Example of LDAP authentication using ngx_http_auth_request_module
BSD 2-Clause "Simplified" License
681 stars 202 forks source link

Log path in logrotate job and config are different for debian #40

Closed PhantomPhreak closed 6 years ago

PhantomPhreak commented 6 years ago
# cat debian/nginx-ldap-auth.logrotate | head -n1
/var/log/nginx-ldap-auth/combined.log {
# fgrep LOG nginx-ldap-auth.default 
LOG=/var/log/nginx-ldap-auth/daemon.log

So, logs can't be rotated correctly.

oxpa commented 6 years ago

Fixed