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;