diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-26 19:07:55 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-26 19:07:55 +0100 |
commit | af6acd3417bf53c151b9ba6068186c1e472a2776 (patch) | |
tree | ee77e2c18fec10fe71df1494743fda7f586f6bff /utils/templates | |
parent | d5917cc029e2736b11412a570470c666af093ec9 (diff) | |
download | searxng-af6acd3417bf53c151b9ba6068186c1e472a2776.tar.gz searxng-af6acd3417bf53c151b9ba6068186c1e472a2776.zip |
LXC: install searx-suite installs searx, filtron & morty on all containers
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/templates')
-rw-r--r-- | utils/templates/etc/uwsgi/apps-archlinux/searx.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/templates/etc/uwsgi/apps-archlinux/searx.ini b/utils/templates/etc/uwsgi/apps-archlinux/searx.ini index 08873cf0f..78ad50443 100644 --- a/utils/templates/etc/uwsgi/apps-archlinux/searx.ini +++ b/utils/templates/etc/uwsgi/apps-archlinux/searx.ini @@ -32,7 +32,7 @@ master = true lazy-apps = true # load uWSGI plugins -plugin = python,http,systemd_logger +plugin = python # By default the Python plugin does not initialize the GIL. This means your # app-generated threads will not run. If you need threads, remember to enable |