uwsgi.ini.j2 - ansible-roles - A collection of ansible roles I have created over the years.
 (HTM) git clone git://jay.scot/ansible-roles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       uwsgi.ini.j2 (416B)
       ---
            1 [uwsgi]
            2 uid = {{ searx_user }}
            3 gid = {{ searx_user }}
            4 
            5 disable-logging = true
            6 workers = {{ searx_uwsgi_workers }}
            7 chmod-socket = 666
            8 single-interpreter = true
            9 master = true
           10 plugin = python3
           11 lazy-apps = true
           12 enable-threads = true
           13 module = searx.webapp
           14 socket = /run/uwsgi/app/searx/socket
           15 route-run = fixpathinfo:
           16 virtualenv = /usr/local/searx/searx-ve/
           17 pythonpath = /usr/local/searx/
           18 chdir = /usr/local/searx/searx/