From d6f7fa2f40e7d9da55eaae892e82ac928112034d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 5 Jan 2024 15:38:30 +0100 Subject: [PATCH] fix nginx config --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 440fc65..b746c20 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,9 +2,9 @@ location __PATH__/ { # Path to source - alias __INSTALL_DIR__/www; + alias __INSTALL_DIR__/www/; - index svg-editor.html ; + index index.html; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;