mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Fix uwsgi config
This commit is contained in:
parent
b6ad4fe815
commit
398f2e814b
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ chmod-socket = 666
|
||||||
single-interpreter = true
|
single-interpreter = true
|
||||||
master = true
|
master = true
|
||||||
plugin = python
|
plugin = python
|
||||||
|
lazy-apps = true
|
||||||
|
enable-threads = true
|
||||||
|
|
||||||
# Application base folder
|
# Application base folder
|
||||||
base = __FINALPATH__
|
base = __FINALPATH__
|
||||||
|
|
Loading…
Add table
Reference in a new issue