From ee447653e45670d9d6564bef42a6abefe0c242e1 Mon Sep 17 00:00:00 2001 From: Elie Date: Thu, 14 Aug 2014 21:24:05 -0400 Subject: [PATCH] Add SSO panel --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2f0da88..e2c609c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -24,6 +24,8 @@ location PATHTOCHANGE { access_log /var/log/nginx/seahub.access.log; error_log /var/log/nginx/seahub.error.log; + + include conf.d/yunohost_panel.conf.inc; } location ~* ^PATHTOCHANGE/media/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt|woff|ttf))$ {