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 95295d9 commit fa695f5Copy full SHA for fa695f5
.github/templates/README.template.md
@@ -76,7 +76,7 @@ This is the [NGINX](https://github.com/nginx/nginx) `docker-compose.yaml` file:
76
Create a `nginx.conf` file in the `docker-compose.yaml` folder and mount it to `etc/nginx/conf.d/default.conf`:
77
78
```conf
79
-{ { file.examples/nginx/nginx.conf } }
+{ { file.examples/reverse-proxy/nginx/nginx.conf } }
80
```
81
82
Lastly add your `cert.key` and `cert.crt` into your `certs/` folder and mount it to `/etc/nginx/ssl`.
0 commit comments