mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
|
WSGIDaemonProcess pgadmin processes=1 threads=25 python-home=/usr/pgadmin4/venv
|
||
|
WSGIScriptAlias /pgadmin4 /usr/pgadmin4/web/pgAdmin4.wsgi
|
||
|
|
||
|
<Directory /usr/pgadmin4/web/>
|
||
|
WSGIProcessGroup pgadmin
|
||
|
WSGIApplicationGroup %{GLOBAL}
|
||
|
Require all granted
|
||
|
</Directory>
|
||
|
|