Skip to content

Commit a6881ae

Browse files
authored
Update nginx.template.md
1 parent 24a515d commit a6881ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reverse-proxy/examples/nginx/nginx.template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
This is the [NGINX](https://github.com/nginx/nginx) `docker-compose.yaml` file:
44

55
```yaml
6-
{ { file.examples/reverse-proxy/nginx/nginx.docker-compose.yaml } }
6+
{ { file.docs/reverse-proxy/examples/nginx/nginx.docker-compose.yaml } }
77
```
88

99
Create a `nginx.conf` file in the `docker-compose.yaml` folder and mount it to `etc/nginx/conf.d/default.conf`:
1010

1111
```conf
12-
{ { file.examples/reverse-proxy/nginx/nginx.conf } }
12+
{ { file.docs/reverse-proxy/examples/nginx/nginx.conf } }
1313
```
1414

1515
Lastly add your `cert.key` and `cert.crt` into your `certs/` folder and mount it to `/etc/nginx/ssl`.

0 commit comments

Comments
 (0)