From bce349330dcfa84acc5c66f88501e94fe8099ee6 Mon Sep 17 00:00:00 2001 From: sysadmin Date: Thu, 14 May 2026 10:38:01 -0400 Subject: [PATCH] Actualizar nginx/Dockerfile --- nginx/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 301fa91..7443910 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -6,9 +6,6 @@ RUN apk add --no-cache openssl COPY nginx.conf /etc/nginx/nginx.conf COPY default.conf /etc/nginx/conf.d/default.conf -COPY gitea.conf /etc/nginx/conf.d/gitea.conf -COPY pmoxosnube.conf /etc/nginx/conf.d/pmoxosnube.conf - COPY options-ssl-nginx.conf /etc/nginx/ COPY hsts.conf /etc/nginx/ RUN mkdir -p /customization