12 lines
253 B
INI
12 lines
253 B
INI
[uwsgi]
|
|
http-socket= :80
|
|
chdir = /usr/pgadmin4/web/
|
|
module = pgAdmin4:application
|
|
threads = 25
|
|
processes = 1
|
|
wsgi-file = pgAdmin4.wsgi
|
|
mount = /pgadmin=pgAdmin4:app
|
|
manage-script-name = true
|
|
chmod-socket = 660
|
|
plugins = python3
|
|
home = /usr/pgadmin4/venv |