From 19b32a9a58d0b252b6821a61f2500c09dcea7d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 18 Feb 2019 21:55:35 +0100 Subject: [PATCH] remove ynh panel that prevents login with firefox --- conf/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b003c38..ccc0741 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -27,7 +27,4 @@ location __PATH__/ { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } - - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; }