uwsgi.ini 428 B

1234567891011121314151617
  1. [uwsgi]
  2. uid = root
  3. env = LANG=C.UTF-8
  4. env = LANGUAGE=C.UTF-8
  5. env = LC_ALL=C.UTF-8
  6. env = SEARX_SETTINGS_PATH=/usr/local/etc/searx-settings.yml
  7. chdir = /usr/local/src/searx/searx
  8. disable-logging=false
  9. chmod-socket=666
  10. single-interpreter=true
  11. master=true
  12. lazy-apps=true
  13. enable-threads=true
  14. module=searx.webapp
  15. pythonpath=/usr/local/src/searx/
  16. http=0.0.0.0:8888
  17. cache2=name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1