From 6da3def2280659961888b116fe430bbc0c5b2e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 2 Oct 2023 13:37:31 +0200 Subject: [PATCH] yunohost_panel nginx config seems to break woodpecker registration. Disabling it --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index cc1cd56..7c8005b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,5 +13,6 @@ location __PATH__/ { chunked_transfer_encoding off; # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; + # Looks like this breaks registration into woodpecker… + # include conf.d/yunohost_panel.conf.inc; }