You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
323 B
INI
16 lines
323 B
INI
# uwsgi configuration file
|
|
# typical location of this file would be /etc/uwsgi/sites/etebase.ini
|
|
|
|
[uwsgi]
|
|
socket = /path/to/etebase_server.sock
|
|
chown-socket = EtebaseUser:www-data
|
|
chmod-socket = 660
|
|
vacuum = true
|
|
|
|
|
|
uid = EtebaseUser
|
|
chdir = /path/to/etebase
|
|
home = %(chdir)/.venv
|
|
module = etebase_server.wsgi
|
|
master = true
|