From 003d8e7fbf27dad2333d75f805e45464e3f5f4aa Mon Sep 17 00:00:00 2001 From: sysadmin Date: Thu, 7 May 2026 11:00:07 -0400 Subject: [PATCH] Actualizar README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9643d9c..656e41f 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ server { ``` * Modificar el archivo [docker_compose_dir]/nginx/Dockerfile ```diff -- ... -- COPY default.conf /etc/nginx/conf.d/default.conf -COPY webapp1.conf /etc/nginx/conf.d/webapp1.conf # Línea añadida -- COPY options-ssl-nginx.conf /etc/nginx/ -- ... +... +COPY default.conf /etc/nginx/conf.d/default.conf ++ COPY webapp1.conf /etc/nginx/conf.d/webapp1.conf # Línea añadida +COPY options-ssl-nginx.conf /etc/nginx/ +... ``` # The directories and files The following lists some information about the contents of this repo and how they fit together: