mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-06 04:24:59 +08:00
15 lines
422 B
INI
15 lines
422 B
INI
[uwsgi]
|
|
plugins = python
|
|
master = true
|
|
protocol = uwsgi
|
|
socket = 127.0.0.1:8080
|
|
wsgi-file = /path/to/weblate/weblate/wsgi.py
|
|
python-path = /path/to/weblate
|
|
# Needed in you want to use SSH keys
|
|
unenv = HOME
|
|
# Needed for OAuth/OpenID
|
|
buffer-size = 8192
|
|
# Increase number of workers for heavily loaded sites
|
|
#workers = 6
|
|
# Needed for background processing
|
|
enable-threads = true
|