Thanks, applied as b5def8cac73ed18097ef2c4c35dc89d0b66efcbc. Michael
[sent from post-receive hook] On Fri, 12 Dec 2025 15:52:19 +0100, Alexander Dahl <[email protected]> wrote: > Let the rootfs package create that dir explicitly, > before copying anything into it. > > Signed-off-by: Alexander Dahl <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/nginx.in b/rules/nginx.in > index f83031e97f71..c12a5df5fb28 100644 > --- a/rules/nginx.in > +++ b/rules/nginx.in > @@ -9,6 +9,7 @@ menuconfig NGINX > select LIBPCRE if NGINX_PCRE > select OPENSSL if NGINX_HTTP_SSL_MODULE || > NGINX_HTTP_V2_MODULE > select ZLIB if NGINX_HTTP_GZIP_MODULE || > NGINX_HTTP_GZIP_STATIC_MODULE > + select ROOTFS_VAR_WWW if NGINX_POPULATE_TEST_WEBSITE > help > nginx ("engine X") is a high-performance web and reverse > proxy server created by Igor Sysoev. It can be used both as
