ci : full deploy with searxng, usgi, frontend (in progress)
This commit is contained in:
@@ -5,11 +5,11 @@ gid = searxng
|
||||
|
||||
# Number of workers (usually CPU count)
|
||||
# default value: %k (= number of CPU core, see Dockerfile)
|
||||
workers = 4
|
||||
workers = 1
|
||||
|
||||
# Number of threads per worker
|
||||
# default value: 4 (see Dockerfile)
|
||||
threads = 4
|
||||
threads = 1
|
||||
|
||||
# The right granted on the created socket
|
||||
chmod-socket = 666
|
||||
@@ -19,7 +19,7 @@ single-interpreter = true
|
||||
master = true
|
||||
plugin = python3
|
||||
lazy-apps = true
|
||||
enable-threads = 4
|
||||
enable-threads = 1
|
||||
|
||||
# Module to import
|
||||
module = searx.webapp
|
||||
@@ -49,4 +49,4 @@ die-on-term
|
||||
# uwsgi serves the static files
|
||||
static-map = /static=/usr/local/searxng/searx/static
|
||||
static-gzip-all = True
|
||||
offload-threads = 4
|
||||
offload-threads = 1
|
||||
Reference in New Issue
Block a user