1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/woodpecker_ynh.git synced 2024-09-03 20:35:57 +02:00

yunohost_panel nginx config seems to break woodpecker registration. Disabling it

This commit is contained in:
Salamandar 2023-10-02 13:37:31 +02:00
parent 4db7cfe734
commit 6da3def228

View file

@ -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;
}