11 lines
429 B
Text
11 lines
429 B
Text
|
|
; this is the supervisor {{project_name}}.{{project_branch}} configuration file
|
||
|
|
|
||
|
|
[program:{{project_name}}.{{project_branch}}]
|
||
|
|
command={{server_path_virtualenv_bin}}/gunicorn {{django_settings_folder}}.wsgi:application -c {{server_path_scripts}}/{{ gunicorn_conf_file }}
|
||
|
|
directory={{ server_path_code }}
|
||
|
|
user={{project_user}}
|
||
|
|
group={{project_group}}
|
||
|
|
|
||
|
|
stdout_logfile={{supervisor_logs_out}}
|
||
|
|
stderr_logfile={{supervisor_logs_err}}
|