mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +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
|
||||
directory={{ project_directory }}
|
||||
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
|
||||
autorestart=true
|
||||
stopsignal=INT
|
||||
|
||||
[group:{{ project_name }}]
|
||||
programs=beat,worker,gunicorn
|
||||
priority=999
|
||||
priority=999
|
||||
|
Loading…
x
Reference in New Issue
Block a user