ansible-nginx-supervisor/templates/app_supervisor.conf

10 lines
379 B
Plaintext
Raw Normal View History

; UWSGI for {{ app_name }}
2016-05-12 08:46:45 -04:00
[program:{{ app_service_name }}]
user={{ web_server_group }}
2016-05-12 08:46:45 -04:00
command={{ app_service_command }}
stopsignal={{ app_service_stop_signal }}
stdout_logfile = {{ web_root_path }}/logs/supervisor/{{ app_name }}-application.log
stdout_logfile_backups = 5
stderr_logfile = {{ web_root_path }}/logs/supervisor/{{ app_name }}-error.log
stderr_logfile_backups = 5