6ed1fa8c90
- 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
15 lines
563 B
Diff
15 lines
563 B
Diff
Index: nginx-1.11.2/auto/install
|
|
===================================================================
|
|
--- nginx-1.11.2.orig/auto/install
|
|
+++ nginx-1.11.2/auto/install
|
|
@@ -154,8 +154,7 @@ install: build $NGX_INSTALL_PERL_MODULES
|
|
test -d '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`' \\
|
|
|| mkdir -p '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`'
|
|
|
|
- test -d '\$(DESTDIR)$NGX_PREFIX/html' \\
|
|
- || cp -R $NGX_HTML '\$(DESTDIR)$NGX_PREFIX'
|
|
+ test -d '\$(DESTDIR)/srv/www/htdocs' || install -d '\$(DESTDIR)/srv/www/' && cp -r html '\$(DESTDIR)/srv/www/htdocs'
|
|
END
|
|
|
|
|