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,6 +27,8 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user