diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 6ef82b2..7b37eb1 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -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 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 LABEL description="NGINX Docker built top of LibreSSL" \