diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-05-31 18:09:04 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-05-31 18:09:04 -0700 |
commit | ff6261c2772612a7a5949737660614ee24b61587 (patch) | |
tree | 4fb5b3d5cfa1af5dd815254199e49c2d4b9f841c /etc/uwsgi | |
parent | 64d9b8ceca239d89c444e114651cf6eab62df1b4 (diff) |
init
Diffstat (limited to 'etc/uwsgi')
-rw-r--r-- | etc/uwsgi/vassals/searxng.ini | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/uwsgi/vassals/searxng.ini b/etc/uwsgi/vassals/searxng.ini deleted file mode 100644 index 403ffe16..00000000 --- a/etc/uwsgi/vassals/searxng.ini +++ /dev/null @@ -1,19 +0,0 @@ -[uwsgi]
-uid = searxng
-gid = searxng
-env = LANG=C.UTF-8
-env = LANGUAGE=C.UTF-8
-env = LC_ALL=C.UTF-8
-env = SEARX_SETTINGS_PATH=/etc/searxng/settings.yml
-logger = systemd
-disable-logging = true
-chmod-socket = 666
-single-interpreter = true
-master = true
-lazy-apps = true
-plugin = python
-enable-threads = true
-module = searx.webapp
-chmod-socket = 666
-http = :49152
-cache2 = name=searxngcache,items=2000,blocks=2000,blocksize=4096,bitmap=1
|