1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pagure_ynh.git synced 2024-09-03 19:56:19 +02:00
pagure_ynh/conf/uwsgi.ini

19 lines
422 B
INI
Raw Normal View History

[uwsgi]
2022-02-27 16:11:02 +01:00
uid = __APP__
gid = __APP__
plugins = python3
master = true
protocol = uwsgi
2022-02-27 16:11:02 +01:00
socket = __FINALPATH__/__APP__.socket
chmod-socket = 660
virtualenv = __FINALPATH__/venv
2018-05-20 21:37:45 +02:00
mount = __PATH__=__FINALPATH__/pagure.wsgi
manage-script-name = true
2022-02-27 16:11:02 +01:00
# Python related settings
# the base directory (full path)
chdir = __FINALPATH__/
2018-05-20 21:37:45 +02:00
enable-threads = true
close-on-exec = true
2022-02-27 16:11:02 +01:00
processes = 5