mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-06-10 16:24:39 +08:00
15 lines
432 B
INI
Vendored
15 lines
432 B
INI
Vendored
[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 for OAuth/OpenID
|
|
buffer-size = 8192
|
|
# Increase number of workers for heavily loaded sites
|
|
#workers = 6
|
|
# Needed for background processing
|
|
enable-threads = true
|
|
# Child processes do not need file descriptors
|
|
close-on-exec = true
|