mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
fix(deploy): Drop uWSGI to correct gid
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[uwsgi]
|
||||
project = {{ project_name }}
|
||||
uid = {{ web_user }}
|
||||
gid = {{ web_group }}
|
||||
base = /var/www
|
||||
|
||||
chdir = %(base)/%(project)
|
||||
|
||||
Reference in New Issue
Block a user