ansible-nginx-supervisor/templates/app_supervisor.conf

11 lines
479 B
Plaintext
Raw Normal View History

; UWSGI for {{ nsbase_app_name }}
[program:{{ nsbase_app_service_name }}]
user={{ nsbase_web_server_group }}
directory={{ nsbase_app_root_path }}
command={{ nsbase_app_service_command }}
stopsignal={{ nsbase_app_service_stop_signal }}
stdout_logfile = {{ nsbase_web_root_path }}/logs/supervisor/{{ nsbase_app_name }}-application.log
stdout_logfile_backups = 5
stderr_logfile = {{ nsbase_web_root_path }}/logs/supervisor/{{ nsbase_app_name }}-error.log
stderr_logfile_backups = 5