release 22.07.1 #160

Merged
jlecour merged 21 commits from unstable into stable 2022-07-28 13:51:58 +02:00
Showing only changes of commit 9742ec078e - Show all commits

View file

@ -35,8 +35,8 @@ fi;
test -x /usr/sbin/nginx && invoke-rc.d nginx rotate >/dev/null 2>&1
# Zipping is done after web serveur reload, so that the file descriptor is released.
# Else, an error is raised (gzip file size changed while zipping)
# Zipping is done after web serveur reload, so that the file descriptor is released.
# Else, an error is raised (gzip file size changed while zipping)
# and logs written buring the zipping process might be lost.
for log in access.log access-*.log error.log; do