From bb4d2a9feab70ec4560f49c691ad7e4a8a0469e7 Mon Sep 17 00:00:00 2001 From: Jan Conen Date: Sat, 19 Jul 2025 17:56:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(self-hosted)=20default.conf.templa?= =?UTF-8?q?te=20when=20using=20nginx-proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add step to copy default.conf.template hen using nginx-proxy. Signed-off-by: Jan Conen --- docs/installation/compose.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation/compose.md b/docs/installation/compose.md index c379f768..a0a65a8f 100644 --- a/docs/installation/compose.md +++ b/docs/installation/compose.md @@ -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).