summaryrefslogtreecommitdiff
path: root/debian/examples/uwsgi/apps-available/searx.ini
diff options
context:
space:
mode:
Diffstat (limited to 'debian/examples/uwsgi/apps-available/searx.ini')
-rw-r--r--debian/examples/uwsgi/apps-available/searx.ini24
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/examples/uwsgi/apps-available/searx.ini b/debian/examples/uwsgi/apps-available/searx.ini
deleted file mode 100644
index e526354..0000000
--- a/debian/examples/uwsgi/apps-available/searx.ini
+++ /dev/null
@@ -1,24 +0,0 @@
-[uwsgi]
-# Who will run the code
-uid = www-data
-gid = www-data
-
-# disable logging for privacy
-#disable-logging = true
-
-# 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 = python3
-
-# Module to import
-module = searx.webapp
-
-pythonpath = /usr/lib/python3/dist-packages/searx/
-chdir = /usr/lib/python3/dist-packages/searx/