mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
- nginx-common - config-files, init-scripts and common data - nginx - binary without external modules - nginx-rtmp - binary with rtmp module - nginx-lua - binary with rtmp and lua modules - init-script cleaned up to be more openrc-run'ed - logrotate cleaned up to use new init-script Packages main/nginx-initscripts and main/nginx-lua no longer needed.
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
/var/log/nginx/*.log {
|
|
missingok
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/nginx --quiet --ifstarted reopen
|
|
endscript
|
|
}
|
|
|