📝(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 <janconen@hotmail.com>
This commit is contained in:
@@ -39,6 +39,11 @@ curl -o env.d/yprovider https://raw.githubusercontent.com/suitenumerique/docs/re
|
||||
curl -o env.d/postgresql https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql
|
||||
```
|
||||
|
||||
If you are using the sample nginx-proxy configuration:
|
||||
```bash
|
||||
curl -o default.conf.template https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docker/files/production/etc/nginx/conf.d/default.conf.template
|
||||
```
|
||||
|
||||
## Step 2: Configuration
|
||||
|
||||
Docs configuration is achieved through environment variables. We provide a [detailed description of all variables](../env.md).
|
||||
|
||||
Reference in New Issue
Block a user