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
6 years ago
|
# uwsgi configuration file
|
||
|
# typical location of this file would be /etc/uwsgi/sites/etesync.ini
|
||
|
|
||
|
[uwsgi]
|
||
|
socket = /path/to/etesync_server.sock
|
||
|
chown-socket = EtesyncUser:www-data
|
||
|
chmod-socket = 660
|
||
|
vacuum = true
|
||
|
|
||
|
|
||
|
uid = EtesyncUser
|
||
|
chdir = /path/to/etesync
|
||
|
home = %(chdir)/.venv
|
||
|
module = etesync_server.wsgi
|
||
|
master = true
|