Accepting request 900388 from home:fschnizlein:branches:server:http
Fix race condition between nginx and logrotate causing mass reopening of files (bsc#1183876). OBS-URL: https://build.opensuse.org/request/show/900388 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=209
This commit is contained in:
parent
2b80ff0988
commit
8075b49267
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 16 13:13:12 UTC 2021 - Felix Schnizlein <fschnizlein@suse.com>
|
||||
|
||||
- Fix race condition between nginx and logrotate causing mass reopening of
|
||||
files (bsc#1183876).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 27 16:35:26 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -6,8 +6,8 @@
|
||||
size=+4096k
|
||||
missingok
|
||||
notifempty
|
||||
create 644 root root
|
||||
postrotate
|
||||
delaycompress
|
||||
lastaction
|
||||
# -s reopen will use the pid file passed in the config file or the compiled in default path
|
||||
/usr/sbin/nginx -s reopen
|
||||
endscript
|
||||
|
Loading…
Reference in New Issue
Block a user