From 6da12ff2f2d64037bbf72688864c1e299f6db7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 1 Oct 2023 18:45:51 +0200 Subject: [PATCH] fix nginx conf --- conf/woodpecker-server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/woodpecker-server.conf b/conf/woodpecker-server.conf index e11b88a..3f99491 100644 --- a/conf/woodpecker-server.conf +++ b/conf/woodpecker-server.conf @@ -19,7 +19,7 @@ # Server fully qualified url of the user-facing hostname. # Default: empty # Example: WOODPECKER_HOST=http://woodpecker.example.org -WOODPECKER_HOST=https://__DOMAIN__/__PATH__ +WOODPECKER_HOST=https://__DOMAIN____PATH__ # Configures the HTTP listener port. # Default: :8000