summarylogtreecommitdiffstats
path: root/searx.ini
diff options
context:
space:
mode:
authorHLFH2022-02-15 13:47:53 +0000
committerHLFH2022-02-15 13:47:53 +0000
commit40cfc943cbe255031dd511b05a850307d35424e3 (patch)
tree066a50f2c17f8668309d224b6c665a58571d4108 /searx.ini
parent556b5ee8024ca8f39d12b498ad2c591efc78c507 (diff)
downloadaur-40cfc943cbe255031dd511b05a850307d35424e3.tar.gz
fix deps and files
Diffstat (limited to 'searx.ini')
-rw-r--r--searx.ini34
1 files changed, 10 insertions, 24 deletions
diff --git a/searx.ini b/searx.ini
index 7681436a1c7d..f5c0286da20b 100644
--- a/searx.ini
+++ b/searx.ini
@@ -1,33 +1,19 @@
[uwsgi]
-http-socket = :8888
-
-# Who will run the code
uid = searx
gid = searx
-
-# disable logging for privacy
-disable-logging = false
-
-# Number of workers (usually CPU count)
-workers = 4
-
-# The right granted on the created socket
+env = LANG=C.UTF-8
+env = LANGUAGE=C.UTF-8
+env = LC_ALL=C.UTF-8
+env = SEARX_SETTINGS_PATH=/etc/searx/settings.yml
+logger = systemd
+disable-logging = true
chmod-socket = 666
-
-# Plugin to use and interpretor config
single-interpreter = true
master = true
-plugin = python
lazy-apps = true
+plugin = python
enable-threads = true
-
-# Settings path for AUR package
-env = SEARX_SETTINGS_PATH=/etc/searx/settings.yml
-
-# Module to import
module = searx.webapp
-
-# Virtualenv and python path
-#virtualenv = /usr/local/searx/searx-ve/
-#pythonpath = /usr/local/searx/
-#chdir = /usr/local/searx/searx/
+chmod-socket = 666
+http = :8888
+cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1