system_configuration/root/var/apps/pgadmin.wsgi

19 lines
267 B
Plaintext
Raw Normal View History

2023-03-30 00:12:54 -07:00
[uwsgi]
module = pgAdmin4:application
master = true
processes = 1
threads = 25
uid = nginx
socket = /run/uwsgi/pgadmin4.sock
chown-socket = nginx:nginx
chmod-socket = 660
vacuum = true
die-on-term = true
chdir = /usr/pgadmin4/web/
mount = /pgadmin4=pgadmin4:app