Actualizar README.md

This commit is contained in:
2026-05-07 11:02:20 -04:00
parent 003d8e7fbf
commit 79b7c2d112

View File

@@ -49,10 +49,10 @@ server {
} }
``` ```
* Modificar el archivo [docker_compose_dir]/nginx/Dockerfile * Modificar el archivo [docker_compose_dir]/nginx/Dockerfile
```diff ```properties {3}
... ...
COPY default.conf /etc/nginx/conf.d/default.conf COPY default.conf /etc/nginx/conf.d/default.conf
+ COPY webapp1.conf /etc/nginx/conf.d/webapp1.conf # Línea añadida COPY webapp1.conf /etc/nginx/conf.d/webapp1.conf # Línea añadida
COPY options-ssl-nginx.conf /etc/nginx/ COPY options-ssl-nginx.conf /etc/nginx/
... ...
``` ```