- Updated to 1.27.1 * https://nginx.org/en/CHANGES * Fixed crash in ngx_http_mp4_module via specially crafted mp4 file (CVE-2024-7347). * Now the stream module handler is not mandatory. * Fixed new HTTP/2 connections might ignore graceful shutdown of old worker processes. OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=267
6 lines
310 B
Plaintext
6 lines
310 B
Plaintext
# user nginx needs write permissions to /var/log/nginx so nginx is able to reopen the logs
|
|
addFilter("nginx.*: W: suse-logrotate-user-writable-log-dir /var/log/nginx nginx:nginx 0750")
|
|
# nginx sources need to be installed in /usr/src/nginx
|
|
addFilter("nginx.* W: suse-filelist-forbidden-fhs23 /usr/src/nginx")
|
|
|