searxng/utils/templates
Markus Heiser e4429ea520 [scripts] add environments UWSGI_WORKERS and UWSGI_THREADS
- UWSGI_WORKERS specifies the number of process.
- UWSGI_THREADS specifies the number of threads.

Templates for uwsgi scripts can be tested by::

    UWSGI_WORKERS=8 UWSGI_THREADS=9 \
      ./utils/searxng.sh --cmd\
      eval "echo \"$(cat utils/templates/etc/uwsgi/*/searxng.ini*)\""\
      | grep "workers\|threads"

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-11-05 14:18:07 +01:00
..
etc [scripts] add environments UWSGI_WORKERS and UWSGI_THREADS 2023-11-05 14:18:07 +01:00
lib/systemd/system [mod] script to build & install a redis instance 2022-01-03 14:34:26 +01:00