Update nginx.conf

This commit is contained in:
ericgaspar 2022-04-24 13:41:44 +02:00
parent d6ea710736
commit c38f3a58c2

View file

@ -4,7 +4,7 @@ location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
index index.php index.html;
index index.html;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;