This commit is contained in:
liberodark 2018-11-29 16:47:34 +01:00
parent a8a5646ca0
commit 9d6d3b9c94

View file

@ -9,6 +9,7 @@ location __PATH__/ {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
index index.htm;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}