* https://github.com/nginx/nginx/releases/tag/release-1.27.3 * Added the "server" directive in the "upstream" block supports the "resolve" parameter. * Added the "resolver" and "resolver_timeout" directives in the "upstream" block. * Added SmarterMail specific mode support for IMAP LOGIN with untagged CAPABILITY response in the mail proxy module. * Changed TLSv1 and TLSv1.1 protocols are disabled by default. * Changed IPv6 address in square brackets and no port can be specified in the "proxy_bind", "fastcgi_bind", "grpc_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind" directives, and as client address in ngx_http_realip_module. * Fixed ngx_http_mp4_module and "proxy_store" directive. OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=276
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
/var/log/nginx/*.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
lastaction
|
|
# "-s reopen" will use the pid file passed in the config file or the compiled in default path
|
|
[ -f /run/nginx.pid ] && /usr/sbin/nginx -s reopen
|
|
endscript
|
|
}
|