# 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