From 4a567c9c009e59de2aab5710eeda8ffe88e08756 Mon Sep 17 00:00:00 2001 From: sysadmin Date: Thu, 7 May 2026 23:44:07 -0400 Subject: [PATCH] Actualizar nginx/Dockerfile --- nginx/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index beb4fd0..301fa91 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -5,7 +5,10 @@ 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