zulip/puppet
Alex Vandiver 15c58cce5a puppet: Create new nginx logfiles as the zulip user, not as www-data.
All of `/var/log/nginx/` is chown'd to `zulip` and the nginx processes
themselves run as `nginx`, and would thus (on their own) create new
logfiles as `zulip`.  Having `logrotate` create them as the package
default of `www-data` means that they are momentarily unreadable by
the `zulip` user just after rotation, which can cause problems with
logtail scripts.

Commit the standard `nginx` logrotate configuration, but with the
`zulip` user instead of the `www-data` user.
2021-03-16 14:45:13 -07:00
..
zulip puppet: Create new nginx logfiles as the zulip user, not as www-data. 2021-03-16 14:45:13 -07:00
zulip_ops puppet: Add missing semicolons left off in ba3b88c81b. 2021-03-12 15:48:53 -08:00