Update nginx.conf

This commit is contained in:
ericgaspar 2020-11-05 21:39:04 +01:00
parent 73ec58a012
commit ca482b971f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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