This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user