From c26c423bf6bd3664512d39323d5de493451c543c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 6 Jul 2023 09:04:42 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6b09163..0f4b503 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,4 +4,7 @@ location __PATH__/ { alias __INSTALL_DIR__/build/; index index.html; + + # Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; }