Skip to content

Commit fa695f5

Browse files
committed
added missing folder to nginx.conf
1 parent 95295d9 commit fa695f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/templates/README.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This is the [NGINX](https://github.com/nginx/nginx) `docker-compose.yaml` file:
7676
Create a `nginx.conf` file in the `docker-compose.yaml` folder and mount it to `etc/nginx/conf.d/default.conf`:
7777

7878
```conf
79-
{ { file.examples/nginx/nginx.conf } }
79+
{ { file.examples/reverse-proxy/nginx/nginx.conf } }
8080
```
8181

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

0 commit comments

Comments
 (0)