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 5e50542 commit bb4d2a9Copy full SHA for bb4d2a9
docs/installation/compose.md
@@ -39,6 +39,11 @@ curl -o env.d/yprovider https://raw.githubusercontent.com/suitenumerique/docs/re
39
curl -o env.d/postgresql https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/postgresql
40
```
41
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
+
47
## Step 2: Configuration
48
49
Docs configuration is achieved through environment variables. We provide a [detailed description of all variables](../env.md).
0 commit comments