mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 05:50:16 +02:00
Change name of location of gunicorn log. (#920)
This commit is contained in:
parent
cd0afeca15
commit
fb4651b11f
@ -27,10 +27,12 @@ priority=998
|
|||||||
user = allianceserver
|
user = allianceserver
|
||||||
directory={{ project_directory }}
|
directory={{ project_directory }}
|
||||||
command={{ gunicorn }} {{ project_name }}.wsgi --workers=3 --timeout 120
|
command={{ gunicorn }} {{ project_name }}.wsgi --workers=3 --timeout 120
|
||||||
|
stdout_logfile={{ project_directory }}/log/gunicorn.log
|
||||||
|
stderr_logfile={{ project_directory }}/log/gunicorn.log
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stopsignal=INT
|
stopsignal=INT
|
||||||
|
|
||||||
[group:{{ project_name }}]
|
[group:{{ project_name }}]
|
||||||
programs=beat,worker,gunicorn
|
programs=beat,worker,gunicorn
|
||||||
priority=999
|
priority=999
|
||||||
|
Loading…
x
Reference in New Issue
Block a user