removed default server from nginx Docker image
All checks were successful
CI / Build nginx docker images (push) Successful in 1m54s
All checks were successful
CI / Build nginx docker images (push) Successful in 1m54s
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user