From f96d7b0732eeb491b3c806581429b8a8f9eb7594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 28 Jun 2018 19:34:06 +0200 Subject: [PATCH] Fix tile --- conf/nginx.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f963f89..f68e6b5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,15 +4,12 @@ location __PATH__ { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } - try_files $uri @searx; -} -location @searx { uwsgi_param SCRIPT_NAME '__PATH_NO_ROOT__'; 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; +}