From 9eb49b479be5b596f7a95e3ed58f5e651e10b38b Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 21 Oct 2023 23:02:28 -0700 Subject: in process of convert studio laptop to server --- etc/uwsgi/searx.ini | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 etc/uwsgi/searx.ini (limited to 'etc/uwsgi/searx.ini') diff --git a/etc/uwsgi/searx.ini b/etc/uwsgi/searx.ini deleted file mode 100644 index ed81b379..00000000 --- a/etc/uwsgi/searx.ini +++ /dev/null @@ -1,36 +0,0 @@ -[uwsgi] -http-socket = :49152 - -# Who will run the code -uid = searx -gid = searx - -# disable logging for privacy -disable-logging = false - -# Number of workers (usually CPU count) -workers = 1 - -# The right granted on the created socket -chmod-socket = 666 - -# Plugin to use and interpretor config -single-interpreter = true -master = true -plugin = python -lazy-apps = true -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/ - -# Cache: https://uwsgi-docs.readthedocs.io/en/latest/Caching.html -cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1 -- cgit v1.2.3-70-g09d2