Skip to content

Commit 0bc8cc6

Browse files
author
Jan Conen
committed
📝(self-hosted) Add step to copy default.conf.template when using nginx-proxy
Signed-off-by: Jan Conen <janconen@posteo.de>
1 parent f2e5430 commit 0bc8cc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/installation/compose.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ curl -o env.d/yprovider https://raw.github.com/suitenumerique/docs/re
3838
curl -o env.d/common https://raw.github.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql
3939
```
4040

41+
If you are using the sample nginx-proxy configuration:
42+
```bash
43+
curl -o default.conf.template https://raw.github.com/jco-c/docs/refs/heads/main/docker/files/production/etc/nginx/conf.d/default.conf.template
44+
```
45+
4146
## Step 2: Configuration
4247

4348
Docs configuration is achieved through environment variables. We provide a [detailed description of all variables](../env.md).

0 commit comments

Comments
 (0)