We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a515d commit a6881aeCopy full SHA for a6881ae
docs/reverse-proxy/examples/nginx/nginx.template.md
@@ -3,13 +3,13 @@
3
This is the [NGINX](https://github.com/nginx/nginx) `docker-compose.yaml` file:
4
5
```yaml
6
-{ { file.examples/reverse-proxy/nginx/nginx.docker-compose.yaml } }
+{ { file.docs/reverse-proxy/examples/nginx/nginx.docker-compose.yaml } }
7
```
8
9
Create a `nginx.conf` file in the `docker-compose.yaml` folder and mount it to `etc/nginx/conf.d/default.conf`:
10
11
```conf
12
-{ { file.examples/reverse-proxy/nginx/nginx.conf } }
+{ { file.docs/reverse-proxy/examples/nginx/nginx.conf } }
13
14
15
Lastly add your `cert.key` and `cert.crt` into your `certs/` folder and mount it to `/etc/nginx/ssl`.
0 commit comments