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