Compare commits
1 Commits
split-out-
...
master
Author | SHA1 | Date |
---|---|---|
Dorian | 236a7cd5ca |
|
@ -2,7 +2,7 @@
|
|||
[program:{{ uwsgi_app_service_name }}]
|
||||
user={{ web_server_group }}
|
||||
command={{ uwsgi_venv }}/bin/uwsgi --ini {{ uwsgi_config_path }}/{{ uwsgi_app_ini }}
|
||||
stopsignal=TERM
|
||||
stopsignal=QUIT
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue