updated nginx to 1.29.2
Some checks failed
CI / Build nginx docker images (push) Has been cancelled

This commit is contained in:
2025-10-24 13:19:54 +08:00
parent a460a8224c
commit a006797fbb
3 changed files with 7 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ RUN --mount=type=cache,target=/var/cache/apk apk del .install_deps
COPY --from=build /home/luser/libressl/openssl.cnf /etc/ssl/openssl.cnf
COPY conf/nginx.conf /etc/nginx/nginx.conf
COPY conf/nginx.vh.no-default.conf /etc/nginx/conf.d/default.conf
COPY conf/nginx.vh.no-default.conf /etc/nginx/conf.d/http/default.conf
COPY conf/dhparam /etc/nginx/dhparam
LABEL description="NGINX Docker built top of LibreSSL" \

View File

@@ -124,5 +124,6 @@ http {
application/wasm;
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/conf.d/http/*.conf;
include /etc/nginx/conf.d/stream/*.conf
}