removed default server from nginx Docker image
All checks were successful
CI / Build nginx docker images (push) Successful in 1m54s

This commit is contained in:
2025-12-13 06:28:04 +08:00
parent cfa52231d8
commit 0ca1a789cc

View File

@@ -94,7 +94,6 @@ 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 --from=build /home/luser/libressl/openssl.cnf /etc/ssl/openssl.cnf
COPY conf/nginx.conf /etc/nginx/nginx.conf COPY conf/nginx.conf /etc/nginx/nginx.conf
COPY conf/nginx.vh.no-default.conf /etc/nginx/conf.d/http/default.conf
COPY conf/dhparam /etc/nginx/dhparam COPY conf/dhparam /etc/nginx/dhparam
LABEL description="NGINX Docker built top of LibreSSL" \ LABEL description="NGINX Docker built top of LibreSSL" \