From ee8b128c69aeeef786881c8c7a7132eef2de2cda Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:25:35 +0200 Subject: [PATCH] Update nginx.conf Fix #10 --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0f4b503..2bff29e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,6 +5,8 @@ location __PATH__/ { index index.html; + try_files $uri /index.html; + # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }