This commit is contained in:
Ivan Gabaldon 2025-05-01 16:16:10 +02:00
parent f0e192e4ad
commit 56ccad7bf3
No known key found for this signature in database
GPG Key ID: 075587C93FA67582

View File

@ -3,10 +3,6 @@
# default value: [::]:8080 (see Dockerfile)
http-socket = $(BIND_ADDRESS)
# Who will run the code
uid = searxng
gid = searxng
# Number of workers (usually CPU count)
# default value: %k (= number of CPU core, see Dockerfile)
workers = $(UWSGI_WORKERS)