Update nginx.conf

This commit is contained in:
ericgaspar 2021-06-27 18:10:46 +02:00
parent 6a5a4488b5
commit 2fce8b9318
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -9,7 +9,7 @@ location __PATH__/ {
rewrite ^ https://$server_name$request_uri? permanent;
}
index index.htm;
index player.html index.htm;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;