Skip to content

Commit bb4d2a9

Browse files
jco-cAntoLC
authored andcommitted
📝(self-hosted) default.conf.template when using nginx-proxy
Add step to copy default.conf.template hen using nginx-proxy. Signed-off-by: Jan Conen <[email protected]>
1 parent 5e50542 commit bb4d2a9

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
@@ -39,6 +39,11 @@ curl -o env.d/yprovider https://raw.githubusercontent.com/suitenumerique/docs/re
3939
curl -o env.d/postgresql https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql
4040
```
4141

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

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

0 commit comments

Comments
 (0)