这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

The only way I've gotten that to work was with UWSGI.

Inside of the venv for SearxNG, pip install pyuwsgi

searxng.ini is the UWSGI config file I use with it:

[uwsgi]
workers = 12
single-interpreter = true
master = true
plugin = python
lazy-apps = true
enable-threads = true
module = searx.webapp
virtualenv = /home/drwho/searxng/env/
pythonpath = /home/drwho/searxng/
chdir = /home/drwho/searxng/searx/
http = 127.0.0.1:8888
http = 172.16.0.1:8888
http = 192.168.33.66:8888
disable-logging = true
route-run = fixpathinfo:
cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1

Starting it up: pyuwsgi --ini searxng.ini

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by return42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants