From 1f01fc309c829d2c9cc92af3395230bd8b4d2dbf Mon Sep 17 00:00:00 2001 From: src386 Date: Thu, 25 Feb 2016 11:35:18 +0100 Subject: [PATCH] disable the yunohost logo display --- CHANGELOG | 1 + conf/nginx.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 17b56e7..cecd7da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ 1.7 2016-? - Update to movim 0.9 git2016-02-25 +- conf/nginx.conf : disable the Yunohost logo 1.6.1 2016-02-12 - Update to movim 0.9 git2016-01-27 diff --git a/conf/nginx.conf b/conf/nginx.conf index 3d2ca11..5a82d0b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -49,5 +49,5 @@ location ^~ /movim/config/ { } # Include SSOWAT user panel. -include conf.d/yunohost_panel.conf.inc; +#include conf.d/yunohost_panel.conf.inc;