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 48e9e38 commit ea517b7Copy full SHA for ea517b7
.github/templates/README.template.md
@@ -97,7 +97,7 @@ This is the [NGINX](https://github.com/nginx/nginx) `docker-compose.yaml` file:
97
Create a `nginx.conf` file in the `docker-compose.yaml` folder and mount it to `etc/nginx/conf.d/default.conf`:
98
99
```conf
100
-{{{ #://examples/reverse-proxy/nginx/nginx.docker-compose.yaml }}}
+{{{ #://examples/reverse-proxy/nginx/nginx.conf }}}
101
```
102
103
Lastly add your `cert.key` and `cert.crt` into your `certs/` folder and mount it to `/etc/nginx/ssl`.
0 commit comments