Created
May 12, 2018 02:39
-
-
Save lly365/f9a2e48455c4abd02691a8363e1b068d to your computer and use it in GitHub Desktop.
uwsgi config file for pgadmin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[uwsgi] | |
chdir=/var/www/pgadmin/venv/lib/python3.6/site-packages/pgadmin4 | |
home=/var/www/pgadmin/venv | |
wsgi-file=pgAdmin4.wsgi | |
master=true | |
processes=2 | |
socket=/var/www/pgadmin/pgadmin.sock | |
chmod-socket=666 | |
logfile-chmod=644 | |
daemonize=/var/www/pgadmin/pgadmin.log | |
uid=nginx | |
gid=nginx | |
procname-prefix-spaced=pgadmin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment