From 39a828b15c0b8daff7198b3fecc2acd40ad500f1 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Tue, 23 May 2017 19:00:06 +0200 Subject: [PATCH] Fix yunohost_panel in nginx --- conf/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 303ba80..f963f89 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,7 +12,7 @@ location @searx { include uwsgi_params; uwsgi_modifier1 30; uwsgi_pass unix:///run/uwsgi/app/searx/socket; - - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; } + +# Include SSOWAT user panel. +include conf.d/yunohost_panel.conf.inc;