Actualizar README.md
This commit is contained in:
10
README.md
10
README.md
@@ -50,11 +50,11 @@ server {
|
|||||||
```
|
```
|
||||||
* Modificar el archivo [docker_compose_dir]/nginx/Dockerfile
|
* Modificar el archivo [docker_compose_dir]/nginx/Dockerfile
|
||||||
```diff
|
```diff
|
||||||
- ...
|
...
|
||||||
- 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/
|
||||||
- ...
|
...
|
||||||
```
|
```
|
||||||
# The directories and files
|
# The directories and files
|
||||||
The following lists some information about the contents of this repo and how they fit together:
|
The following lists some information about the contents of this repo and how they fit together:
|
||||||
|
|||||||
Reference in New Issue
Block a user