From 6728620a5dc240853ec0281c6b16c02f98135c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 12 Dec 2023 15:57:15 +0100 Subject: [PATCH] Add yunohost panel --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 5ac4a39..7353fb7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,4 +8,6 @@ location __PATH__/ { proxy_set_header X-Forwarded-Proto $scheme; expires 0m; + + include conf.d/yunohost_panel.conf.inc; }